Computer Science, asked by fathimazohra296, 6 months ago

Algorithm to find the greatest of three numbers

Answers

Answered by ashtekarnusrat198672
1

Given three numbers A, B and C; The task is to find the largest number among the three.

Examples:

Input: A = 2, B = 8, C = 1

Output: Largest number = 8

Input: A = 231, B = 4751, C = 75821

Output: Largest number = 75821

Mark me as brainlisit❣❣

Attachments:
Similar questions