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
if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
can any one tel me wt is the question pattern for NIC exam
Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4
What is the difference between printf and scanf in c?
What's a good way to check for "close enough" floating-point equality?
When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Should I learn c before c++?
What is the difference between exit() and _exit() function in c?
Write a program to find the smallest and largest element in a given array in c language
Differentiate between ordinary variable and pointer in c.