Loop Assignment #1 A
- Make the map shown below by adding a flower at (0,23)
- Start a Jeroo at (0,0)
- use a single while loop to get your Jeroo to ( 0, 22)
|
|
Loop Assignment #1 B
- Make the map shown below
- Start a Jeroo at (1 , 1 )
- use a single while loop until your Jeroo is at ( 1, 22)