subject
Computers and Technology, 19.10.2020 05:01 jwyapo4

Create an algorithm that will read in the subtotal of an order. Calculate and print the discount applied and the new subtotal after the discount has been applied. If the subtotal is greater than $100, the discount to be applied is 40%, otherwise the discount to be applied is 25%. The new subtotal is calculated by subtracting the discount applied from the subtotal.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 25.06.2019 01:00
Why is outfitting a workplace with video games in a technology development company consiered a strategic use of money
Answers: 1
question
Computers and Technology, 25.06.2019 08:30
How do i comment on answers? there's one answer i'm confused about but i don't know how to comment on it
Answers: 2
question
Computers and Technology, 25.06.2019 09:20
Part d: float check string has a method s.isdigit() that returns true if string s contains only digits and false otherwise, i.e. s is a string that represents an integer. write a function named float_check that takes one parameter that is a string and returns true if the string represents a float and false otherwise. for the purpose of this function we define a float to be a string of digits that has at most one decimal point. note that under this definition an integer argument will return true. remember “edge cases” such as “45.” or “.45”; both should return true. for example: float_check('1234') returns true float_check('123.45') returns true float_check('123.45.67') returns false float_check('34e46') returns false float_check('.45') returns true float_check('45.') returns true float_check('45..') returns false
Answers: 2
question
Computers and Technology, 25.06.2019 16:30
In which field of information technology do it professionals work directly with other employees to solve their general technology related issues?
Answers: 1
You know the right answer?
Create an algorithm that will read in the subtotal of an order. Calculate and print the discount app...
Questions
question
Social Studies, 30.07.2021 06:20
question
Physics, 30.07.2021 06:20
question
Mathematics, 30.07.2021 06:20
question
English, 30.07.2021 06:20
question
Mathematics, 30.07.2021 06:20
Questions on the website: 13722367