Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Repeat the input number

Nitish is studying in fifth standard and he wants to write a program which will accept an input number
N and then print the number with the message "You entered N". Help Nitish by completing the
program.

Please note that the output is case sensitive and hence Y in You must be in upper case.

Boundary Conditions:

0 <= N <= 100

Example Input/Output 1:

Input:

50

Output:

You entered 50

Example Input/Output 2:

Input:

Output:

You entered 4

TestCase ID: 4658

Input:

Expected Output:

You entered 5

2 B.BHUVANESWARAN | AP (SG) | CSE | Rajalakshmi Engineering College

You might also like