You are on page 1of 4

1

1) If the marks obtained by a student in five different subjects are input through the keyboard, find out the aggregate marks and percentage marks obtained by the student. Assume that the maximum marks that can be obtained by a student in each subject is 100. 2) WAP to add two 3X3 matrices

1) Two numbers are input through the keyboard into two locations C and D. Write a program to interchange the contents of C and D. 2) WAP to add two 3X3 matrices

1) If a number is input through the keyboard, write a program to reverse the number. 2) Input a number from user and determine whether it is fully divisible by 2 and 5 both or not?

1) WAP to read any character from user and check whether it is a digit, an alphabet or a special symbol. 2) Generate the following Fibonacci series using arrays only : 0 1 1 2 3 5 8 13 21

1) Write a program to check whether the number entered by the user is Armstrong number or not. 2) Write a function to calculate the factorial of the number.

1) Define a structure Cricket having data members as team name, player name and average. Accept the value from the user and display it 2) WAP to check whether the number entered is prime or not

1) WAP to print first 50 even numbers 2) WAP to find the roots of quadratic equations

1) WAP to find Largest of three numbers using nested if. 2) WAP to print the grade for the marks scored using the else if construct. Range of marks >=75 >=60 and <75 >=50 and <60 >=40 and <50 Less than 40 Grade A B C D FAIL

1) WAP to print the table of a given number. 2) WAP to check whether the given number is a Palindrome or not.

1) WAP to read any 10 elements & store it in an array and display it 2) WAP to add two 3X3 matrices

1) WAP to add two 4X4 matrices 2) WAP to find the largest of three numbers using nested if ..else only

1) WAP to add two 4X4 matrices 2) WAP to print the table of a given number.

1) WAP to print the table of a given number. 2) WAP to find the roots of quadratic equations.

1) WAP to find the roots of quadratic equations 2) WAP to find Largest of three numbers using nested if.

1) Generate the following Fibonacci series using arrays only : 0 1 1 2 3 5 8 13 21 2) WAP to print first 50 even numbers

1) Define a structure Cricket having data members as team name, player name and average. Accept the value from the user and display it. 2) WAP to print the table of a given number.

1) WAP to find the roots of quadratic equations 2) WAP to check whether the number entered is prime or not

1) If a number is input through the keyboard, write a program to check whether the number is palindrome or not. 2) Input a number from user and determine whether it is fully divisible by 2 and 5 both or not?

1) If a number is input through the keyboard, write a program to check whether the number is palindrome or not. 2) WAP to find Largest of three numbers using nested if.

1) If the marks obtained by a student in five different subjects are input through the keyboard, find out the aggregate marks and percentage marks obtained by the student. Assume that the maximum marks that can be obtained by a student in each subject is 100. 2) WAP to add two 4X4 matrices

1) Generate the following Fibonacci series using arrays only : 1 1 1 2 3 5 8 13 21 2) WAP to print first 50 odd numbers

1) Write a program to check whether the number entered by the user is Armstrong number or not. 2) Write a function to calculate the multiplication of 2 numbers.

You might also like