I am trying to write a program to sort eggs, extra eggs are discarded
the program must have a pop up box for enter the eggs
box type
extra large - 12 dozen (144 eggs)
large - 6 dozen (72 eggs)
medium - 3 dozen (36 eggs)
small - 1 dozen (12 eggs)
example output picture box
given total number of eggs: 952
XL boxes required: 6
L boxes requried: 1
M boxes requried: 0
S boxes requried: 1
Left over discarded Eggs: 4
wouldnt mind having a pop up box saying "would u like to discard extra eggs?"
i think u need to write loops which enter the count for u and work from the 1st inported value
the program must have a pop up box for enter the eggs
box type
extra large - 12 dozen (144 eggs)
large - 6 dozen (72 eggs)
medium - 3 dozen (36 eggs)
small - 1 dozen (12 eggs)
example output picture box
given total number of eggs: 952
XL boxes required: 6
L boxes requried: 1
M boxes requried: 0
S boxes requried: 1
Left over discarded Eggs: 4
wouldnt mind having a pop up box saying "would u like to discard extra eggs?"
i think u need to write loops which enter the count for u and work from the 1st inported value
Comment