Programming Logic.
1. ShoppingBay is an online auction service that requires several reports. Data for each auctioned item includes an ID number, itemdescription, length of auction in days, and minimum required bid. Designed a flowchart or psuedocode 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.