Computer Science, asked by iscziya7374, 4 days ago

write a program to input three number and print the largest among them​

Answers

Answered by XxNobitaNobi1xX
1

Explanation:

Below is the C program to find the largest among the three numbers: Example 1: Using only if statements to find the largest number. printf ( "%d is the largest number." , B); if (C >= A && C >= B)

Answered by gamerharshit981
1

Explanation:

Answer In Attachment Please Have A Look And Mark Me As Brainlist

Attachments:
Similar questions