Tuesday, 31 March 2015

0 CODER 1

C++ Programming Tasks:

>Write a program that input two numbers and it decide either they are equal or not.
>Write a program that inputs three numbers from the user and display which number is greater.
>Write a program that asks the user to input a number and program should decide either the given number is odd,even and prime.
>Write a program that inputs 6 numbers and program should find the largest and smallest number among these numbers.
>Write a program to get three numbers from user for integer variables a,b,c.If a is not zero,the program should determine whether it is the common divisor of b and c or not.
>Write a program that input marks of seven subjects and calculate the average marks and grade of the students as per matriculation grading rule.

No comments:

Post a Comment