Hey,
I want it to get a random number between and including 1 and 6. If its 1 or 2 it should do my method "move()" if its 3 or 4 it should do my methods "turnLeft()" and "move()" and if its 5 or 6 it should do my methods "turnRight()" and "move", so my object/class is always random moving.
Is my thought right and how is the code for that?
Thanks a lot in front!

