Write program flowchart and corresponding pseudocode to prepare inventory report. the input will contain the item number, quantity, and unit price of a particular product. The inventory value will be computed by multiplying the quantity by the unit price. If the value of the inentory is more than 1000.00, output the item number and the amount by which that item exceeds 1000.00. If the inventory value is 1000.00 or less, output the item number and the computed inventory value. Include appropriate labels to identify the output values.