
Programming Logic and Design, Introductory 7th Edition by Joyce Farrell
النسخة 7الرقم المعياري الدولي: 1285225562
Programming Logic and Design, Introductory 7th Edition by Joyce Farrell
النسخة 7الرقم المعياري الدولي: 1285225562Yabe Online Auctions requires its sellers to post items for sale for a six-week period during which the price of any unsold item drops 12 percent each week. For example, an item that costs $10.00 during the first week costs 12 percent less, or $8.80, during the second week. During the third week, the same item is 12 percent less than $8.80, or $7.74. Design an application that allows a user to input prices until an appropriate sentinel value is entered. Program output is the price of each item during each week, one through six.
الخطوة 1 من4
Flowchart:
The following Flowchart accepts the price of an item and displays the discounted or reduced price of the item for each week.
The following Flowcharts are subroutines. AcceptPrice() will accept the price of the item and computeReduded() will calculate the reduced price.
الخطوة 2 من 4
الخطوة 3 من 4
الخطوة 4 من 4
لماذا لم يعجبك هذا التمرين؟
أخرى