Program to print odd numbers less than 20 using for loop.



Explanation,

Here, i is initialized with value and in every loop, value in i increase by 2 until the condition gets false.


Output



Exercise:

Print even number less than 30 using for loop.

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.