Assignment 5 : While Loop Examples
Hi,
Today’s Assignment is the following 6 Questions.
1. Write a “C” Program to print the numbers from 0 to 100 using while loop.
2. Write a “C” Program to print the numbers from 100 to 0 using while loop.
3. Write a “C” Program to print the multiples of 3 from 0 to 100 using while loop.
4. Write a “C” Program to print the multiples of 5 from 100 to 0 using while loop.
5. Write a “C” Program to print Alphabets from “A” to “Z” using while loop.
6. Write a “C” Program to print Alphabets from “a” to “z” using while loop.