C++ Compare For and while loop.

Objectives:

Step: 1 Create source file

Step: 2 Edit Code

Step: 3 Runtime Views:

  • Note the compiler checks back with continue statement.
  • While loop noticed j++ increments to begin with, where as for loop enters the loop with preconceived value of "i",  which was numeric zero. 

 

Step: