Question: TASK 1 : Study the lecture notes ( Powerpoint slides and pre - recorded lectures ) and assigned readings before you start. TASK 2 :
TASK : Study the lecture notes Powerpoint slides and prerecorded lectures and assigned readings before you start.
TASK : 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 : Prompt the user to enter their input. Read the entire line of input into a single C String variable.
TASK : Echo out the string that was input.
TASK : 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 : 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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
