Hello,
Yes, I am a new C++ student and yes I have tried looking for this topic already. I'm very interested to know if there is a way to create a text array that would produce random output akin to a magic 8 ball?
Here's what I want to do...
I would to create a program that combines user input with stored words or sentence fragments to produce a randomly generated excuse.
However, I'm not sure where to start with this.
How can I take the examples I have in parenthesis and make them random output? What do I need to do to accomplish this?