question archive The main difference in operation between an ‘if statement and a ‘while’ statement isA
Subject:Computer SciencePrice: Bought3
The main difference in operation between an ‘if statement and a ‘while’ statement isA. the ‘while’ loop body is executedB. the body of the ‘while’ statement may be executed many times, the body of the ‘if statements only onceC. the conditional expression following the keyboard is evaluated differentlyD. All of the aboveE. None of the above