ShoppingBay



ShoppingBay is an online auction service that requires several reports. Data for each auctioned item includes an ID number, item description, length of auction in days, and minimum required bid. Design a flowchart or pseudocode for the following: a. A program that accepts data for one auctioned item. Display data for an auction only if the minimum required bid is over $100.00.