Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #20.4K
2 Posted Topics
I need this program to be able to display 4th quarter inventory in this format: October 200 November 250 December 350 I need it to display in an array. This what i have so far: [code]#include <iostream> #include <fstream> #include <iomanip> using namespace std; int main() { const int N_MONTHS … | |
Here is my problem. I have searched everywhere for help on this one. I haven't found any. So, I sat down and tried the best I could to write this code: Now I am stuck: Here is what I have so far: [code] #include <iostream> #include <iomanip> #include <fstream> using … |
The End.