0% found this document useful (0 votes)
983 views

CPP 01 PDF

This document provides a simple coding challenge to print the message "Welcome to Brindavan" with the W and B in uppercase. The challenge is meant to greet customers at a hotel called Brindavan. The expected output is displayed and the test case ID is provided.

Uploaded by

bhuvangates
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
983 views

CPP 01 PDF

This document provides a simple coding challenge to print the message "Welcome to Brindavan" with the W and B in uppercase. The challenge is meant to greet customers at a hotel called Brindavan. The expected output is displayed and the test case ID is provided.

Uploaded by

bhuvangates
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

C++ - VERY-EASY - PART001 - Challenges

Welcome Message

Appusamy is running a hotel called Brindavan and he wants to greet the customers with the message
"Welcome to Brindavan". Help Appusamy by completing the program to print the desired welcome
message.

Please note that the output is case sensitive. So print W and B in upper case.

Output:

Welcome to Brindavan

TestCase ID: 4657

Input:

Expected Output:

Welcome to Brindavan

You might also like