Question: 10.) How many iterations will the following loop execute? int intIndex = 100; while (int Index < 10) Console.WriteLine (hello); int Index += 1;

10.) How many iterations will the following loop execute? int intIndex = 100; while (int Index < 10) Console.WriteLine ("hello"); int Index += 1;
Step by Step Solution
3.34 Rating (151 Votes )
There are 3 Steps involved in it
The code will execute for 0 time Reason The initia... View full answer
Get step-by-step solutions from verified subject matter experts
