Hello I am down to 1 error can anyone please assist;
java:41: not a statement
+ "P or p (premium): ";
It is part of this section;
System.out.print ("Enter the service type:")
+ "R or r (regular), "
+ "P or p (premium): ";
serviceType = console.next ().charAt (0);
System.out.println();