how do i write if roomNum = a letter throw new exception code example
Example: java return exception
void testMethod() throws ArithmeticException, ArrayIndexOutOfBoundsException {
// rest of code
}
void testMethod() throws ArithmeticException, ArrayIndexOutOfBoundsException {
// rest of code
}