User profile: Amy269

User info
User name:Amy269
History
Joined:
Number of posts:23
Latest posts:

Void function problems
I figured it out, or maybe a way for it to work. I changed this: [code] { cout << FWT << endl; ...

Void function problems
[code]#include <iostream> #include <iomanip> using namespace std; //functions double getSala...

One-deminsional arrays
Thanks for the help! [code]if (month >= 1 && <=12)[/code] should have been [code]if (month >= 1 ...

One-deminsional arrays
This is my code so far: [code]#include <iostream> using namespace std; int main() { //decla...

One-deminsional arrays
Ok. I am sitting here working on this loop, and I have to wonder is there an easier way to write thi...