Reply To: Computer Programmer

Home Forums Decaffeinated Coffee Computer Programmer Reply To: Computer Programmer

#763816
WolfishMusings
Participant

Avram,

I don’t think your approach is correct. She didn’t ask for six MORE cartons, she asked for six (in total).

totalCartonsofMilk = 1

If(eggs) {

totalCartonsofMilk = 6

}

return totalCartonsofMilk

The Wolf