7. The main difference in operation between an ‘if statement and a ‘while’ statement is

the 'while' loop body is executed
the body of the 'while' statement may be executed many times, the body of the 'if statements only once
the conditional expression following the keyboard is evaluated differently
All of the above E. None of the above

Detailed SolutionThe main difference in operation between an ‘if statement and a ‘while’ statement is