User profile: mmy23alxo

User info
User name:mmy23alxo
History
Joined:
Number of posts:12
Latest posts:

Doublecheck and help with my errors? I've been working on this same problem forever
[code]//these months each have 31 days if ((month == 1) || (month == 3) || (month == 5) || (month =...

Doublecheck and help with my errors? I've been working on this same problem forever
[code]#include <iostream> #include <iomanip> using namespace std; int main(int argc, const char * a...

Fishweights Problem
[code]#include <iostream> #include <iomanip> #include <fstream> using namespace std; int main() { ...

Fishweights Problem
[i]Your code must work for any data set, including the [b]empty one[/b].[/i] What does that mean? Am...

Fishweights Problem
You are doing statistics on salmon fish weights randomly sampled from Maine lakes. At each of sever...