Creating a program that takes the current info inside of my file and displays it on screen, should display the name of the product, it's quantity, and price next to each other which I have working as it's just taking that data from the file and displaying it, but I need to also make it display the quantity of each object times the price, and displaying it to the right, which I don't know how to do nor can I figure it out.