Question: html pages Create a page that has the following information: A read-only text box that shows the price per seat. Use the following tables to
html pages
Create a page that has the following information:
A read-only text box that shows the price per seat. Use the following tables to calculate the price which is based on both the section and row numbers:
| Section number | Base price ($) |
|---|---|
| < 200 | 300.00 |
| < 300 | 200.00 |
| Otherwise | 100.00 |
| Row number | Per seat price ($) |
|---|---|
| <= 5 | base price + 75.00 |
| <= 10 | base price + 50.00 |
| Otherwise | base price + 25.00 |
A read-only text box that shows the total price. This is calculated from formula tickets * price per seat.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
