Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A customer in a store is purchasing three items. Write pseudocode that will determine the subtotal, sales tax, and the total amount of the sale.

A customer in a store is purchasing three items. Write pseudocode that will determine the subtotal, sales tax, and the total amount of the sale.
In this assignment, students will write pseudocode and run two unique traces through the pseudocode with different values.
Outcomes
Create solutions for problem statements using English-like statements to describe the logical steps of problem-solving.
Instructions
You are purchasing 3 items at different prices and applying sales tax and then displaying the items and prices, sales tax and total amount of sale:
Get prices for 3 different items.
Figure out sales tax at a 4.8% sales tax rate.
Figure out total amount of sale at 2 decimal places.
Display the items and their cost, the sales tax and finally the total amount as separate lines.
Then trace through the pseudocode 2 different times with unique prices for the 2 different times to show that the pseudocode is working properly.
Submission
Submit the assignment as a .doc or .docx file by the due date.
Assignment will be assessed based on accuracy of output, correct indentation, and key words.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David M. Kroenke

1st Edition

0130086509, 978-0130086501

More Books

Students also viewed these Databases questions

Question

Why is the System Build Process an iterative process?

Answered: 1 week ago