QuestionQ8
Using Operators and Decision ConstructsGiven the following code fragment:

And the following requirements:
- If the value of the
qtyvariable is greater than or equal to 90,discount = 0.5. - If the value of the
qtyvariable is between 80 and 90,discount = 0.2.
Which two code fragments can independently be placed at line n1 to meet these requirements?

Choose two
- A Option A
- B Option B
- C Option C
- D Option D
- E Option E
Community Discussion