This site requires JavaScript, please enable it in your browser!
Greenfoot back
nitaadiningrum
nitaadiningrum wrote ...

2013/2/18

Help ASAP!

nitaadiningrum nitaadiningrum

2013/2/18

#
How to make if crab eat 5 worms add 1 lobster? Thanks
danpost danpost

2013/2/18

#
Add an instance integer field to the Crab class to count the number of worms eaten and when a worm is eaten: increment its value and check the new value to see if a Lobster needs added, adding it if neccessary.
nitaadiningrum nitaadiningrum

2013/2/18

#
Can you just give me the code please?
danpost danpost

2013/2/18

#
You need to show some effort. Post some attempted code. You may want to browse the Java tutorials, especially the first two sections on Learning the Java Language.
You need to login to post a reply.