Assignment Day-1
1. Write a program to accept N different numbers from keyboard and print the numbers.
2. Write a program to accept N different numbers from keyboard and print the sum of those numbers.
3. Write a C program to print your name ‘n’ times where n is a user given input.
4. Write a C program to find the largest among three numbers.
5. Write a C program to compute the area and circumference of a circle for a given radius, r. Here radius r has to be taken from the user.
6. Write a C program to check whether a given year entered from the keyboard is a leap year or not.
Comments
Post a Comment