Programming Test
Programming Test
You will create a Java program for booking event reservations. The system should:
Requirements:
1. checkBookingCode(String code):
o The booking code must contain an underscore (_) and should not exceed 12
characters.
2. checkPasswordComplexity(String password):
Example Output:
• If the password is invalid: "Password does not meet the complexity requirements."