Attention: Compiler Under Construction

⚠️ The compiler is still under construction. While executing, the output may sometimes match the expected result, but it could still show incorrect output. Please be aware of this.

⛔ Each test case is case-sensitive, so ensure that every letter is correctly capitalized or lowercase as expected.

VedPad

29. Ask the user for three integer inputs, assign them to variables, and print the largest number.

Expected Output:

The largest number among the three user inputs

Test Cases

Test Case 1:

Input:

5 10 15

Output:

15

Test Case 2:

Input:

20 30 10

Output:

30

Test Case 3:

Input:

7 7 7

Output:

7

Test Case 4:

Input:

-5 -2 -8

Output:

-2

⌛ Waiting for execution...

VedPad

Font
Loading...

Your Output