Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PLEASE WRITE IN C + + LANGUAGE 6 . 1 Write a program that displays a message for a letter grade. Ask user for a

PLEASE WRITE IN C++ LANGUAGE
6.1
Write a program that displays a message for a letter grade.
Ask user for a letter grade and display a message similar to table below.
A or a Excellent
B or b Good Job
C or c Passing
D or d Work harder
F or f Failing
anything else -> Wrong letter
Note: Use switch for this program. User can input an uppercase or lowercase character.
6.2
Write a program to modify a string entered by user.
Ask user for one string that includes both first name and last name separated by one space character.
The program displays the information similar to sample below:
Sample Dialogue:
Enter your name: Jack Black
Name in proper format: Black, Jack
Before submitting, check for following:
-5 lines of comments
-Code lineup
-Indentation
-meaningful names for variables
-description to user
-add comments
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Autonomous Database In Enterprise Architecture

Authors: Bal Mukund Sharma, Krishnakumar KM, Rashmi Panda

1st Edition

1801072248, 978-1801072243

More Books

Students also viewed these Databases questions

Question

What is the first operation to be performed in this

Answered: 1 week ago

Question

What does Processing of an OLAP Cube accomplish?

Answered: 1 week ago