Thursday, September 18, 2014

Exercise: while (day 4)


1. Declare a variable which has the age of the person. Print the user’s name as many times as his age:

2. The program displays even numbers from 1 to 30:



3. The program displays numbers from 10 to 0 in the reverse order:


4. The program will accept integers and display them until zero (0) is entered:



5.  Find the factorial of a number.




6.  Write a program to print the series 100, 95 , 90, 85,………., 5.




7.   Accept two numbers num1 and num2. Find the sum of all odd numbers between the two  numbers entered .




No comments:

Post a Comment