enger. The user inputs the ticket type (business/economy), as well as the of the passenger (infant/child/adult). Then, the program calculates and s the net price after subtracting the discount amount. net price = price - (price x discount) n the following booking data: %3! Ticket Type e 50% (0.5) ld 25% (0.25) alt Discount Price nt Business Class 5200 Pounds Economy Class 2800 Pounds 0% <> + v - > + v -

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter9: Records (struct)
Section: Chapter Questions
Problem 2PE
icon
Related questions
Question
6. Write a PHP program that calculates the net price of a ticket booked by a
passenger. The user inputs the ticket type (business/economy), as well as the
age of the passenger (infant/child/adult). Then, the program calculates and
prints the net price after subtracting the discount amount.
Tip: net price = price – (price x discount)
Given the following booking data:
Ticket Type
Age
Infant
Discount
Price
50% (0.5)
Child 25% (0.25)
Business Class
5200 Pounds
Economy Class 2800 Pounds
Adult
0%
> +
O localho
..* >>
localh
... >>
Ticket Type
OBusiness O Economy
The ticket net price is 2100 pounds
Passenger Age Child
Book Flight
It is usually very important to validate the data entered by the user (i.e. make
sure it is entered properly). Write a program to validate a registration form that
contains a username, password, and a password confirmation. The username,
password, password confirmation must not be empty (all fields are mandatory).
Also, the password and its confirmation must be the same.
7.
Registration x
W localhost:80 x
O localhost:8. ☆
+ > C O0 localhost:8. 6
E Apps * Bookmarks
E Apps * Bookmarks
Username
Error. Username is not entered.
Password
Confirm Password
Register
Reset
Page 4 of 7
II
Transcribed Image Text:6. Write a PHP program that calculates the net price of a ticket booked by a passenger. The user inputs the ticket type (business/economy), as well as the age of the passenger (infant/child/adult). Then, the program calculates and prints the net price after subtracting the discount amount. Tip: net price = price – (price x discount) Given the following booking data: Ticket Type Age Infant Discount Price 50% (0.5) Child 25% (0.25) Business Class 5200 Pounds Economy Class 2800 Pounds Adult 0% > + O localho ..* >> localh ... >> Ticket Type OBusiness O Economy The ticket net price is 2100 pounds Passenger Age Child Book Flight It is usually very important to validate the data entered by the user (i.e. make sure it is entered properly). Write a program to validate a registration form that contains a username, password, and a password confirmation. The username, password, password confirmation must not be empty (all fields are mandatory). Also, the password and its confirmation must be the same. 7. Registration x W localhost:80 x O localhost:8. ☆ + > C O0 localhost:8. 6 E Apps * Bookmarks E Apps * Bookmarks Username Error. Username is not entered. Password Confirm Password Register Reset Page 4 of 7 II
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Mathematical functions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning