Java 4 task console | Computer Science homework help
Task 1 – CalcTickets.java Write a Java program called CalcTickets that prompts (asks) the user to enter a ticket number. The format of a valid ticket is C[C]DDDDD[C][C] where D = a digit and C = a character and [C] means that the character at this position is optional. The only valid characters at the start of the ticket are ‘A’, ‘B’, ‘C’ or “AA” […]