Question

#1. Write a script similar to page 423 of your textbook except use the Products table of MyGuitarShop.

The output should list the lowest priced item (name and price), the highest priced item (name and

price), and the percentage higher that the highest is over the lowest. It should also list the total number

of items (your script will be quite similar to theirs).

Question image 1