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

20. Ask the user for an integer input, assign it to a variable, check if it is 10, and print 'YES' if it is or 'NO' if it is not

Expected Output:

YES or NO depending on user input

Test Cases

Test Case 1:

Input:

10

Output:

YES

Test Case 2:

Input:

5

Output:

NO

⌛ Waiting for execution...

VedPad

Font
Loading...

Your Output