[go: up one dir, main page]

0% found this document useful (1 vote)
1K views1 page

CPP 02 PDF

The document describes a programming problem where a student named Nitish needs help writing a program that accepts a number input N between 0 and 100, and prints out a message saying "You entered N" with the number capitalized as specified. It provides example inputs and outputs and test case to validate the expected output is produced.

Uploaded by

bhuvangates
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
1K views1 page

CPP 02 PDF

The document describes a programming problem where a student named Nitish needs help writing a program that accepts a number input N between 0 and 100, and prints out a message saying "You entered N" with the number capitalized as specified. It provides example inputs and outputs and test case to validate the expected output is produced.

Uploaded by

bhuvangates
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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