Program will then find the largest of three numbers using nested if-else statements.
User is prompted to enter three numbers.
Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed.
If user enters 21, 33, and 5, the output should be as follows:
You entered: 21, 33 and 5. The largest number is 33.
No Answer is Posted For this Question
Be the First to Post Answer
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
how to find out the reverse number of a digit if it is input through the keyboard?
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
Can we increase size of array in c?
What is the benefit of using an enum rather than a #define constant?
is forign key will be unique key any table or not?
What are two dimensional arrays alternatively called as?
Which is best book for data structures in c?
What compilation do?
7 Answers Geometric Software, Infosys,
what is the difference between class and unio?
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
What is the difference between array and structure in c?