8. Write an algorithm to find the youngest of two brothers, Ali and Junaid.
9. Write an algorithm to find the biggest of three numbers A. B and C.
Answers
Answered by
1
Answer:
9.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)....
sorry i don't know question number 8.
Answered by
4
Answer:
write an algorithm to find the youngest of two brothers Ali and Junaid.
Similar questions