I'd like to make my project for c++ a little fancier than the rest. Instead of doing this:
cout << "Enter a: << endl;
cin >> a;
cout << "Enter b: << endl;
cin >> b;
cout << "Enter c: << endl;...