Computer Science, asked by hanzala1305, 7 months ago

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 trishabhuvi
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 sc7465026
4

Answer:

write an algorithm to find the youngest of two brothers Ali and Junaid.

Similar questions