For this question you can assume you have access to three jeroo variables. One named tom
, one named steve
, and one named jerry
.
Add in...
For this question you can assume you have access to three jeroo variables. One named tom
, one named steve
, and one named jerry
.
Add in...
For this question you can assume you have access to one jeroo variable named lakin
. Add in the conditional for the following while loop....
For this question you can assume you have access to one jeroo variable named rose
. Add in the conditional for the following while loop....
For this question you can assume you have access to one jeroo variable named luan
. Add in the conditional for the following while loop....
For this question you will write a method that takes a jeroo named paige
. Write an if statement to handle the following logic.
If paige
...
For this question you will write a method that takes a jeroo named ken
. Write an if statement to handle the following logic: If ken
has a...
For this question assume you have access to a jeroo variable named emily
.
For this question, a jeroo could be facing in any direction....
For this question write the method pickAll()
. Your method is given a jeroo named katie
. Write a while loop that will continually hop and...
Using both a set of if statements and a set of while loops write code to support the following logic. For this question assume you have...
This exercise is not yet available and will be updated soon. Please watch Canvas for an announcement.
You are writing code using a jeroo named charles
who is currently holding a flower. Change the condition in this if-then-else statement...
You are writing code using a jeroo named jamie
. Change the else clause so that jamie
will turn right instead of hop when there is no...
You are writing code using a jeroo named jamie
. Change the code so that jamie
will turn right if a flower is to the right, or hop...
You are writing code using a jeroo named jamie
. The following if-then-else statement will not compile because of a syntax error. Fix the...
You are writing code using a jeroo named jamie
, who is holding a flower. Change the following if statement so that if jamie
sees water on...
You are writing code using a jeroo named jaime
. Change the following if-then-else statement to an if-then, so that jaime
does nothing if...
You are writing code using a jeroo named jaime
. Change the following if-then-else statement to an if-then (remove the else part), so that...
You are writing code using a jeroo named maria
who already has a flower. Finish writing the if-then statement below so that maria
will...
You are writing code using a jeroo named maria
. There is a mistake in the following if-then statement. Find and fix the error, so that...
You are writing code using a jeroo named amy
. Change the following if-else-if statement by adding an else
so that amy
will hop if she...
You are writing code using a jeroo named amy
. Change the following if-then-else statement by adding a new else-if
so that amy
will turn...
You are writing code using a jeroo named amy
. Change the following if-else-if statement by adding a new else-if
so that amy
will turn...
You are writing code using a jeroo named amy
. Change the following if-else-if statement by changing the third part from an else
only to...
You are writing code using a jeroo named jaime
. Change the following if-then statement's condition so that jaime
will hop only if there...
You are writing code using a jeroo named jaime
. Change the following if-then statement's condition so that jaime
will hop if there is a...