[plug] Attempting to install redhat 5.2 over network
Garry Moir
garry.moir at mcb.wa.gov.au
Thu Mar 11 15:21:09 WST 1999
There appears to be a problem with the logic in this code.
Should it not read something like?:-
while(today != payday)
{
if(amount_required_for_living >= amount_on_hand)
printf("Sorry, come back later...\n")
else
printf("Go for it!\n");
}
On Thursday, March 11, 1999 2:34 PM, david.buddrige at mitswa.com.au [SMTP:david.buddrige at mitswa.com.au] wrote:
> while(today != payday) {
> if(amount_required_for_toys < amount_required_for_living) {
> printf("Sorry, come back later...\n");
> }
> }
>
>
More information about the plug
mailing list