The code is using the wrong arg when it calls driverExam.
The method is defined to take a char[]
the call is using a char as arg.

Either change the method to take a char
or change the call to...