Array with loop.I think this should work [code] do { cout << "Pick 10." << endl; while(i < SI...
Using the if statement with inputsI usually do it like this an Yes no Question: [code] char yesOrNo; std::cout << "Do you like cats (...
Draw a line in MS VC++Like this? [code] #include <iostream> #define ROW 10 #define COLUMN 4 int main () { int te...
File Excistence Check & RenameI don't think it's possible to make it under 40 line of code.
Math problem in dev c++Study the code and figure out what it does [code] #include <iostream> using namespace std; int ma...