Conditionals allow computers to make decisions based on certain factors. A conditional function will first check to see IF a given statement is true. If it is true, then the function will perform the following code. If the statement is false, then it will do something else or will simply move on to whatever comes next in the program.
While(Condition==_____)
Ball moves when you select 'True' value above.
Ball stops moving when you select 'False' value above.
If generated number is even a blue square will appear.
If odd number is generated a red circle will appear
I would like to review again.