Hi,
I have problems creating the following program,
Using selection criteria produce a program to output the following:
If vitamins sold <= 25 then cost is 0.05 pence per vitamin
If vitamins sold between 26 and 49 inclusive then cost is 0.04 pence per vitamin.
If vitamins sold >49 then cost is 0.03 pence per vitamin.
I need a program to test all the options.
Thankyou!!
I have problems creating the following program,
Using selection criteria produce a program to output the following:
If vitamins sold <= 25 then cost is 0.05 pence per vitamin
If vitamins sold between 26 and 49 inclusive then cost is 0.04 pence per vitamin.
If vitamins sold >49 then cost is 0.03 pence per vitamin.
I need a program to test all the options.
Thankyou!!