Void function problemsI 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 arraysThanks for the help! [code]if (month >= 1 && <=12)[/code] should have been [code]if (month >= 1 ...
One-deminsional arraysThis is my code so far: [code]#include <iostream> using namespace std; int main() { //decla...
One-deminsional arraysOk. I am sitting here working on this loop, and I have to wonder is there an easier way to write thi...