Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1.Aaron Mackay is going to the grocery store to buy some bananas and apples, both of which are sold by the pound. He wants a

1.Aaron Mackay is going to the grocery store to buy some bananas and apples, both of

which are sold by the pound. He wants a program that calculates and displays the total

cost of his order, including a 3% sales tax.

(a)First, create an IPO chart for this problem.

(b)Desk-check the algorithm twice.

(i) For the first desk-check, use 2 and 3.5 as the number of pounds of bananas and apples, respectively. And use $0.99 and $1.89 as the price per pound of bananas and apples, respectively.

(ii) For the second desk-check, use your own set of data.

(iii) List the input, processing, and output items.

(iv) Represent your algorithm in Flowchart and Pseudo code.

(v) Write your code in the compiler and execute.

With this information given i would like you to assist me in the results asked from this problem.

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

Students also viewed these Programming questions