1. The Following flowchart determines whether a customer is rated high, mid, or low based on his or her total purchases.

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

1. The Following flowchart determines whether a customer is rated high, mid, or low based on his or her total purchases.

Post by answerhappygod »

1. The Following flowchart determines whether a customer israted high, mid, or low based on his or her total purchases.
The block needs to determine the rating and then display theresults on the screen. The code rates the customer high if totalpurchases are greater than $200,
mid if greater than $100, and low if $100 or lower.
1 The Following Flowchart Determines Whether A Customer Is Rated High Mid Or Low Based On His Or Her Total Purchases 1
1 The Following Flowchart Determines Whether A Customer Is Rated High Mid Or Low Based On His Or Her Total Purchases 1 (9.09 KiB) Viewed 23 times
Create a block using an IF statement to perform the actionsdescribed in the above flowchart. Use a scalar variable for thetotal purchase amount and
initialize this variable to different values to test yourblock.
2.
Create a block using a CASE statement to perform the actionsdescribed in the above flowchart. Use a scalar variable for thetotal purchase amount and
initialize this variable to different values to test yourblock.
Retrieve purchase total value No No Is total > $200? Is total > $100? Display rating= LOW Yes Yes Display rating = HIGH Display rating = MID
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply