Forum: C++ Oct 29th, 2007 |
| Replies: 14 Views: 841 Re: quaterly sales statistics i am sorry i am not following you on the quote tag comment...maybe I should just stick to c++ for dummies because I am lost thanks |
Forum: C++ Oct 29th, 2007 |
| Replies: 14 Views: 841 |
Forum: C++ Oct 29th, 2007 |
| Replies: 14 Views: 841 Re: quaterly sales statistics 1 //This program demonstrates a two-dimensional array.
2 #include <iostream>
3 #include <iomanip>
4 #include <cmath>
5 using name space std;
6 int main()
7 {
8 const int NUM_DIVS=6; ... |
Forum: C++ Oct 29th, 2007 |
| Replies: 14 Views: 841 Re: quaterly sales statistics this is what I have so far
1 //This program demonstrates a two-dimensional array.
2 #include <iostream>
3 #include <iomanip>
4 using name space std;
5
6 int main()
7 {
8 const int NUM_DIVS=6; ... |
Forum: C++ Oct 29th, 2007 |
| Replies: 14 Views: 841 quaterly sales statistics I have been given a problem that asks me to do the following things. Write a program should be stored in two dimensional array. The program must include the following
1. list 4 qtrly sales for 6... |