You need to write a program that has Karel move if the front is clear, but if it isn't
clear, Karel will do nothing.
Which control structure do you need to use?
For loop
While Loop
If Statement
If/Else statement
None of these



Answer :

Other Questions