subject

Write a pseudocode algorithm for a program that calculates the total of a retail sale. the program should ask for the amount of the sale and the i: ales tax rate. the sales tax rate should be entered as a floating-point number. for example, if the sales tax race is 6 percent, the user should enter 0.06. the program should display the amount of sales tax and the total of the sale. after you write the pseudocode algorithm, convert it to a coil1.plete c++ program.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 18:00
Write a method named addall that could be placed inside the hashintset class. this method accepts another hashintset as a parameter and adds all elements from that set into the current set, if they are not already present. for example, if a set s1 contains [1, 2, 3] and another set s2 contains [1, 7, 3, 9], the call of s1.addall(s2); would change s1 to store [1, 2, 3, 7, 9] in some order. you are allowed to call methods on your set and/or the other set. do not modify the set passed in. this method should run in o(n) time where n is the number of elements in the parameter set passed in.
Answers: 2
question
Computers and Technology, 23.06.2019 06:00
What machine listens for http requests to come in to a website’s domain? a. a router b. a browser c. a server d. a uniform resource locator
Answers: 1
question
Computers and Technology, 23.06.2019 09:00
Which is the highest level of the hierarchy of needs model? a. humanity b. intrapersonal c. team d. interpersonal
Answers: 1
question
Computers and Technology, 23.06.2019 11:00
In the context of the box model, what is the difference between a margin and a padding? a. a padding lies outside a box border, while a margin lies inside it. b. a padding lies inside a box border, while a margin lies outside it. c. a padding can be adjusted independently, while a margin depends on the size of its box. d. a padding depends on the size of its box, while a margin can be adjusted independently.
Answers: 3
You know the right answer?
Write a pseudocode algorithm for a program that calculates the total of a retail sale. the program s...
Questions
question
Mathematics, 23.02.2021 17:50
question
Mathematics, 23.02.2021 17:50
question
Mathematics, 23.02.2021 17:50
question
Mathematics, 23.02.2021 17:50
question
Mathematics, 23.02.2021 17:50