Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help with this question ( flowchart and pseudocode ) Note : please I need it as simple as possible with explanation Thank you

I need help with this question ( flowchart and pseudocode )
Note : please I need it as simple as possible with explanation
Thank you image text in transcribed
A grocery store decided to provide conditional discounts to its customers. If the total discount of the goods exceeds 10 KD, the discount would be applied to the final price (i.e. the discount would be deducted from the total price of the goods). Otherwise, the discount would not be applied The store applies the discounts on its items as follows: Item price Less than 5 KD Between 5- 15 KD Between 15-50 KD Above 50 KD Discount 5% 10% 15% 20% Develop the flowchart and the pseudocode for a program that inputs the prices of the items that the customer buys, and calculates the final price that the customer needs to pays after the conditional discount is applied. Hint: Do the following steps to solve this problem: 1. In a loop input the prices of the items one by one. For each item do the following: a. add its price to the total price of the goods b. calculate its discount c. add the discount to the total discount Then, check whether the discount is higher than 10 KD, and find the total price after the discount. 2. c19f831131d4bdf2 wivo 3d4c4...37e75cf5

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

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2017 Skopje Macedonia September 18 22 2017 Proceedings Part 3 Lnai 10536

Authors: Yasemin Altun ,Kamalika Das ,Taneli Mielikainen ,Donato Malerba ,Jerzy Stefanowski ,Jesse Read ,Marinka Zitnik ,Michelangelo Ceci ,Saso Dzeroski

1st Edition

3319712721, 978-3319712727

More Books

Students also viewed these Databases questions

Question

how to write an array of dates

Answered: 1 week ago

Question

Write short notes on Interviews.

Answered: 1 week ago