Question: TASK 1 : Study the lecture notes ( Powerpoint slides and pre - recorded lectures ) and assigned readings before you start. TASK 2 :

TASK 1: Study the lecture notes (Powerpoint slides and pre-recorded lectures) and assigned readings before you start.
TASK 2: Replace "??" with your name, creation date, and a description of the program (synopsis) in the comments at the top of the code.
NOTE: DO NOT delete nor change the code already given to you in the code template. You will change the code skeleton as explained in these instructions and the comments within the code skeleton.
TASK 3: Prompt the user to enter their input. Read the entire line of input into a single C++ String variable.
TASK 4: Echo out the string that was input.
TASK 5: Replace the first occurrence of any of the abbreviations (see instructions above) with the expanded version of the text. Make this replacement within the C++ String itself.
TASK 6: Print out the expanded version of the string.
Be sure that there is a comment documenting each variable in the function that you create. See the document on Carmen under Modules on how to comment your code.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!