User profile: Afarian

User info
User name:Afarian
Location:Oklahoma
Bio:I am studying to be a computer engineer.
History
Joined:
Number of posts:10
Latest posts:

use 2-dimension array of integers that has 6 rows representing the lakes and 4 columns representing the fish
I just noticed that, but unfortunately it's reading from a file our professor gave us, so we can't e...

use 2-dimension array of integers that has 6 rows representing the lakes and 4 columns representing the fish
OK, so I have to read integers from a file, the integers are [b]8 27 33 14 81 146 305 249 412 71 ...

Help with menu driven code
[code]#include <iostream> #include <iomanip> #include <cmath> using namespace std; void main() { i...

Help with menu driven code
OK, I fixed the [b]main()[/b] is and the program will build successfully and run, but it does not ru...

Help with menu driven code
I have to write a menu driven program that allows the user to obtain specified measurements of geome...