Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 216 Bytes

File metadata and controls

10 lines (8 loc) · 216 Bytes

🚀 Find Largest Number

📝 Task Description

Take 2 or 3 Numbers as Inputs and print the largest number amongst them. Sample Inputs (a = 30 and b = 50)

📤 Sample Output

The Largest Number is 50