Shopping Cart Total
MediumExam Style
Selection
Arithmetic
Write a program that takes the prices of 3 items in a shopping cart. If the total is greater than 50, apply a 10% discount. Output the final total.
Example Input
20
20
20
Example Output
54
0% (0 passed / 0 attempted)