write an algorithm to find the biggest of three numbers A,B and C.
Answers
Answered by
1
Answer:
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
Answered by
0
Answer:
A
Explanation:
its correct because we use algorithm for speaking or writing something and it
Similar questions