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
i need all types of question paper releted to "c" and other language.
What are .h files and what should I put in them?
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
Explain what does a function declared as pascal do differently?
What is meant by preprocessor in c?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What are c identifiers?
convert 0.9375 to binary
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
Explain what is the difference between functions getch() and getche()?
Is fortran still used today?
What are the applications of c language?