Question: CS1123 C++ and Object Oriented Design Spring 2021 Homework 3 due 2-11 1. Write a C++ program that plays madlibs. More specifically, your program should

CS1123 C++ and Object Oriented Design Spring 2021 Homework 3 due 2-11 1. Write a C++ program that plays madlibs. More specifically, your program should ... Ask the user to input at least three words. (For example, ask for a noun, adjective, and verb.) Use those words in a story. (Your story can be as short as a couple sentences if you'd like.) Save the story to a file. Use a separate header file in addition to your .cpp file. Hint: The following lines may be helpful in writing to the file. #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
