C Programming + Tutorials in C for Beginners

nested if statement

/*If the ages of Ram, sham and Ajay are input through the keyboard, write a program to determine the youngest of the three*/

Output is as :
Enter the three Ages of Ram,Sham and Ajay
15
17
12
Ram is Youngest

Previous
Next Post »
Thanks for your comment