0 LIKES LikeUnLike
The algorithm for a loop is generally written as: 1. initialize the loop control variable2. while the condition is satisfied, 2.1. do the steps to be repeated2.2. update the value of loop control variable1. What will be the result of the program if step1 below is not implemented? A. An endless loop will occur C. The program will execute unpredictablyB. There will be no effect to the program D. The program will not enter the loopp.s This not a homework.
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 9 answers.