write an algorithm to find the youngest of two brothers Ali and Junaid.
Answers
Answered by
0
Answer:
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)....
hope it help u dear.
Similar questions