3.Write a C program to find the greatest among two numbers
Answers
Answered by
0
Answer:
C Program to Find Largest of Two Numbers using Else If Statement
Explanation:
First, if condition checks whether a is greater than b. If this condition is True, then a is greater than b.
The first Else if condition checks whether b is greater than a. ...
If the above two conditions fail, it means they are equal.
Similar questions