Guest User

Untitled

a guest
Jul 17th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1.  
  2. public String getName()
  3. {
  4. return myname;
  5. }
  6.  
  7.  
  8.  
  9. public void moveOrTurnRight()
  10. {
  11. if (frontIsClear())
  12. move();
  13. else
  14. turnRight();
  15. howManyWalls++;
  16. }
  17.  
  18.  
  19. public int getHowManyWalls()
  20. {
  21. return howManyWalls;
  22. }
Add Comment
Please, Sign In to add comment