Computer Science, asked by soubiyahenaya, 16 days ago

write a program to accept three numbers from user and find the greatest, middle and smallest number of them.​

Answers

Answered by rishavray071
0

Explanation:

Read 3 input numbers using input() or raw_input() . Use two functions largest() and smallest() with 3 parameters as 3 numbers. largest(num1, num2, num3) check if num1 is larger than num1 and num2, if true num1 is largest, else

Plz Mark as brainlist

I hope this useful information

Similar questions