write a program to find largest two numbers using multiple if
Answers
Answered by
0
Answer:
C Program to Find Largest of Two Numbers using Else If Statement. 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.
Explanation:
HOPE THIS HELPS U
Answered by
0
Answer:
follow this... ;)
Explanation:
C Program to Find Largest of Two Numbers using Else If Statement. 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