List of Program using While Loop
- Write a program to print 1 to 50 term of natural number & sum by using while loop
- Write a program to print 1 to 35 odd numbers by using while loop
- Write a program to print even square series upto 50 term using while looping
- Write a program to print multiplication table of any number using while looping.
- Write a program to print 4,7,10,13,.........less than 50 using while looping
- Write a program to print reverse number of given number using while loop
- Write a program to check a number is palindrom or not
Comments
Post a Comment