CACS204 Object Oriented Programming in Java

Object Oriented Programming in JavaTU Board 2025

Build a form with Passenger Name, Flight Number, Seat Preference (Window, Aisle, Middle), and a checkbox for "I agree to baggage rules." Clicking Confirm Booking should save data to "flight.txt" if…

10

Build a form with Passenger Name, Flight Number, Seat Preference (Window, Aisle, Middle), and a checkbox for "I agree to baggage rules." Clicking Confirm Booking should save data to "flight.txt" if rules are accepted otherwise display "Accept baggage rules first." [figure in the original paper]

A worked answer is on its wayMeanwhile, read the Object Oriented Programming in Java notes for this topic.

Discussion

Loading…

More Object Oriented Programming in Java questions

All Object Oriented Programming in Java old questions