- 1
Ask users to enter three numbers. Write a python program to find the greatest number among them.
Guys how to program this project using nested if-else statement..
2 Respuestas
- 1
There are simpler ways to do this, but if you want to do it with if, elif, else statements all you have to do is to compare numbers using ">" and/or "<".