Forum: C++ Apr 19th, 2004 |
| Replies: 6 Views: 29,364 Hello:
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... |
Forum: C++ Apr 13th, 2004 |
| Replies: 6 Views: 29,364 One large chemical company pays its salespeople on a commision basis.
The sales people receive $200 per week plus 9 percent of their gross sales for the week.
For example a sells person who... |
Forum: C++ Apr 13th, 2004 |
| Replies: 9 Views: 8,998 Bleek thank you....
Peter Brown |
Forum: C++ Apr 12th, 2004 |
| Replies: 9 Views: 8,998 Hello, Iam trying to create a program, that would display all even number between 1 and 100, (such as 2,4,6,8 etc.). The program would be in C++, and it would go something like:
//comments... |
Forum: C++ Apr 12th, 2004 |
| Replies: 9 Views: 8,998 I need help in creating a C++ program, to display all even numbers between 1 and 100, (such as 2, 4, 6, 8 etc). The program would go something like:
#include <iostream.h>
int main ( )
{
int... |
Forum: C++ Apr 12th, 2004 |
| Replies: 9 Views: 8,998 The C++ program I wanted you to help me with |
Forum: C++ Apr 12th, 2004 |
| Replies: 9 Views: 8,998 tortellini
you are a miricle..
thank you peter |
Forum: C++ Apr 12th, 2004 |
| Replies: 9 Views: 8,998 I have a problem, I want to create a program in C++.
A simple program displaying all even number between 1 and 100, (such as 2, 4, 6, 8 etc.) in an out put. Can you tell me what wrong. Something... |