View Single Post
Old 05-22-2005, 09:46 PM   #17 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
Yes, your understanding is correct, but the implementation is to be interpreted wrong:
Code:
int Sales = 0;
Sales = PrompUser ( "Enter the amount of sales for this week: ");
Notice that Sales may imply the total NUMBER OF SELLED ITEMS. It is not the total amount of extra money made this week! That needs to be sorted out.

So what we have here is a miscomunnication through code...
__________________

Last edited by Valmont; 05-22-2005 at 11:05 PM.
Valmont is offline   Reply With Quote