WAP to find the largest and smallest number in three numbers entered by user
Answers
Answered by
25
Explanation:
printf ( "%d is the largest number." if (C >= A && C >= B) Output: Enter the numbers A, B and C: 2 8 1 8 is the largest number.
Answered by
1
printf ( "%d is the largest number." if (C >= A && C >= B) Output: Enter the numbers A, B and C: 2 8 1 8 is the largest number.
hope it helps you
Similar questions