Program: You need to write a computer program using q basic with the subsequent information. We just started learning about loop commands but I'm completely lost.
My teacher introduced the for next, do while, and do until loop commands and he suggested to use the for next command for this problem. Please assist.
The sales at the local art gallery for a given day are entered into a program that calculates the total sales and average sale. Use the subsequent data:
Painting Name Cost
Blue Boy $25000000
Mona Lisa $10000000
George Washington $350000
You need to make well-formed and clean code. You should not copy and paste the code from other source.