Forum: C++ Dec 2nd, 2006 |
| Replies: 20 Views: 3,461 Okay with hours of work I came up with this.
//Jessica Moore
#include <iostream>
using namespace std;
void getStats( double * min,
double * max,
double *... |
Forum: C++ Dec 2nd, 2006 |
| Replies: 20 Views: 3,461 Hi everyone and thanks for looking to help me. I am working with a program involving arrays. I needed to write one that involves the use to
have the program take
about 10 numbers, list the... |
Forum: C++ Nov 13th, 2006 |
| Replies: 4 Views: 1,200 [quote=jessiegirl;275668]In need some homework help again. Please I am new at this and PLEASE PLEASE do not post YELLING post at me for wrapping the code because I don't know what that is. If you... |
Forum: C++ Nov 13th, 2006 |
| Replies: 4 Views: 1,200 In need some homework help again. Please I am new at this and PLEASE PLEASE do not post YELLING post at me for wrapping the code because I don't know what that is. If you would like to explain it to... |
Forum: C++ Nov 1st, 2006 |
| Replies: 5 Views: 1,714 Thanks everyone for your help and information |
Forum: C++ Oct 17th, 2006 |
| Replies: 5 Views: 1,714 Okay This is what I came up with.But when I preform the task I enter
Enter sales in dollars (-1 to end): I put 5000.00
then it answers $650.00 over and over in a insane repeat
# include... |
Forum: C++ Oct 16th, 2006 |
| Replies: 5 Views: 1,714 I am new at C++ programming..Anyway I need to create a C++ Program that involves one large chemical company that pays its salepeople on a commission basis. The sale people receive $200 per week plus... |
Forum: C++ Oct 16th, 2006 |
| Replies: 6 Views: 29,376 Could you let me know how to programming this same problem
I have been working on this subject matter and keep coming up with problems? I did all the changes and still not compiling right. |