Can you create this simple Javascript / HTML program?

Steve

New member
A book shop needs to keep a track of how many books are sold in a day and the
price of each book. Create an application, using an array, that asks the user to:
1 Enter each book name and price.
2 Displays each book and price on screen.
3 Calculates the total price of books sold and displays total on screen.
4 Prints the screen display.
 
Back
Top