Write one or more C+ + statements that assign the correct value to discount, using the logic described here (6pts) : Assign. 20 to discount if quantity equals 5 and price is $100 or more. Assign. 15 to discount if quantity is anything else and price is $100 or more. Assign. 10 to discount if quantity equals 5 and price is less than $100.
+4
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write one or more C+ + statements that assign the correct value to discount, using the logic described here (6pts) : Assign. 20 to discount ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » Write one or more C+ + statements that assign the correct value to discount, using the logic described here (6pts) : Assign. 20 to discount if quantity equals 5 and price is $100 or more. Assign.