
Programming Logic and Design, Introductory 7th Edition by Joyce Farrell
Edition 7ISBN: 1285225562
Programming Logic and Design, Introductory 7th Edition by Joyce Farrell
Edition 7ISBN: 1285225562ShoppingBay is an online auction service that requires several reports. Design a flowchart or pseudocode for the following:
a. A program that accepts auction data as follows: ID number, item description, length of auction in days, and minimum required bid. Display data for an auction if the minimum required bid is over $100.00.
b. A program that continuously accepts auction data until a sentinel value is entered and displays a list of all data for auctions in which the minimum required bid is over $100.00.
c. A program that continuously accepts auction data and displays data for every auction in which the minimum bid is $0.00 and the length of the auction is one day or less.
d. A program that continuously accepts auction data and displays data for every auction in which the length is between 7 and 30 days inclusive.
e. A program that prompts the user for a maximum required bid, and then continuously accepts auction data and displays data for every auction in which the minimum bid is less than or equal to the amount entered by the user.
Step 1 of 11
a.
Flowchart:
The Flowchart accepts auction data and displays the data for an auction if the minimum bid is over $10000.
Flowchart that represents subroutine acceptBid().
Flowchart that represents subroutine Display().
Step 2 of 11
Step 3 of 11
Step 4 of 11
Step 5 of 11
Step 6 of 11
Step 7 of 11
Step 8 of 11
Step 9 of 11
Step 10 of 11
Step 11 of 11
Why don’t you like this exercise?
Other