Write a program that takes three numbers as input from the user, and prints the largest.

Enter a number: 20
Enter a number: 40
Enter a number: 5

Largest: 50​