Question: Write a program that takes three numbers as input and displays the largest number among them. Steps: - Create a file with the name getLargest.py
Write a program that takes three numbers as input and displays the largest number among them.
Steps:
Create a file with the name getLargest.py
Get the three numbers from the user using the input function.
Write the logic to check the largest number Use ifelif and else statements
Display the largest number.
Sample Input:
Enter the first number:
Enter the second number:
Enter the third number:
Output:
The largest number is
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
