Computer Science, asked by sajib148525, 4 months ago

Write a program to find the greatest number among three numbers using a function named greatest_number? c code​

Answers

Answered by Anonymous
14

Answer:

a program to find the greatest number among three numbers using a function named greatest_number? c code

Answered by Anonymous
0

Answer:

o get the greatest number, we arrange the digits in descending order. 8 > 7 > 5 > 2. The greatest number using the digits 7 5 2 8 is 8752. To get the smallest number, we arrange the digits in ascending order

Explanation:

Similar questions