Question: Enter the code to print '1 2 3 4 5 ', on one line (horizontally) with one space in between each number, using a 'for'
Enter the code to print '1 2 3 4 5 ', on one line (horizontally) with one space in between each number, using a 'for' loop. Use the 'for' loop counter variable 'x' (declared as an integer inside the loop) to produce these results.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
