Home › Forums › Decaffeinated Coffee › Computer Programmer › Reply To: Computer Programmer
April 29, 2011 3:28 pm at 3:28 pm
#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