User profile: Subzero030201

User info
User name:Subzero030201
History
Joined:
Number of posts:102
Latest posts:

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 loop
I think you wanted something like this ??? [code] #include <iostream> using namespace std; int main...

Starting out with C++ 7th edition- chapter 8 programming challenges #1
You should have it get the user input, before sending data to the method. [code] int results; ...

Converting area unit
1.) You need break statements for the cases unless, you intended for it to jump (ex input 1... execu...