Tag Archives: jeroo assignments

Jeroo While Loops #2

#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 … Continue reading Jeroo While Loops #2 →

Jeroo While Loop Assignments #1 [Python]

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 … Continue reading Jeroo While Loop Assignments #1 [Python] →

Jeroo While Loop If Test Assignments

Let’s write a program that solves the map below (which you should create yourself) using only 1 while loop and you will need to understand the difference between and if test and a while loop. Assignment 1) Start your Jeroo in position (1,0) and facing East. Your objective: to use a single while loop to move … Continue reading Jeroo While Loop If Test Assignments →