I have no clue were to begin this code[code]#include<iostream> using namespace std; int main() { int weight; cout << "Please enter what...
mechanical student asking for the answer..i made this pretty quick not the best... [code] #include <iostream> #include<fstream> #include <str...
Doing Do-while loopI think you wanted something like this ??? [code] #include <iostream> using namespace std; int main...
Starting out with C++ 7th edition- chapter 8 programming challenges #1You should have it get the user input, before sending data to the method. [code] int results; ...
Converting area unit1.) You need break statements for the cases unless, you intended for it to jump (ex input 1... execu...