You are viewing a single comment's thread. Return to all comments →
Here is my C++ Code for Cook's Simple Painting
-switch(choice) { case 1: cout << "You chose option 1"; break; case 2: cout << "You chose option 2"; break; case 3: cout << "You chose op)tion 3"; break; default: cout << "Invalid choice"; break; } return 0;
Seems like cookies are disabled on this browser, please enable them to open this website
StringStream
You are viewing a single comment's thread. Return to all comments →
Here is my C++ Code for Cook's Simple Painting