88.5k views
2 votes
Create a program that will do the following:

Until the user types “q” to quit:


Prompt the user for a name


Prompt the user for a product name


Prompt the user for a product price (this can include decimals)


Prompt the user for a quantity of the product purchased


Have the program calculate the total (price * quantity)


Write the values to a comma separated file (Customer Name, Product Name, Price, Quantity, Total)
Could you use
Module Module1

Sub Main()

1 Answer

3 votes

Answer:

I know it

Step-by-step explanation:

I will tell later

User Jmartel
by
7.5k points