-
#2 A
Create the map below
- with a flower in 0,0
- Jeroo to its right (0,1)
- using while loop(s) traverse around the border of the island
- at the end pick the flower
- you can only use hop() (ie you can’t hop more than 1 space)
#2 B
Create the map below
- Jeroo to its right (6,6)
- use multiple while loops
- at the end pick the flower
- you can only use hop() (ie you can’t hop more than 1 space)
1) Starting position