Skip to main content

Problem Solving Approach

  •  question number-1
  • for(x=1;x<=N;x++)

Explain: this loop maintains and prints a x=1 to x=N.

Comments

Post a Comment