Computer Science, asked by souravsinghstar14, 4 months ago

WAP to find the largest and smallest number in three numbers entered by user

Answers

Answered by Itzcupkae
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 Anonymous
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