Question: Programming in C, not in C++ or JAVA Write a program that generates interactive stories. Your program should begin by asking the user a number
"Programming in C, not in C++ or JAVA"
Write a program that generates interactive stories. Your program should begin by asking the user a number of questions such as: what is your name? How old are you? What is your favorite color? Etc. After obtaining a sufficient amount of personal information your program should output a short story (at least one paragraph) that incorporates users personal information you have obtained via questioning. (The topic of the story is up to you, but please keeps it clean.) The generated story should be somewhat different every time the program is run (randomly generate alternative endings, randomly select different descriptions of objects (blue car, green car, red car), etc. Your program should make use of pointers and arrays to deal with strings.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
