I got bored and just wanted to make a magic 8ball program in c++. It simple yet fun, but I noticed a problem.


#include <iostream>
#include <string>
using namespace std;
int main()
{...