Saved Bookmarks
| 1. |
Solve the following problems using WHILE loop1. Find the sum of the first 5 natural numbers.2. Find the even numbers between 10 and 30.3. Print your name 5 times. |
|
Answer» Answer: 1 ANS.. 10 Explanation: 2 ans.. 12,14,16,18,20,22,24,26,28 |
|