Hello Akirien!

The g method's signature indicates that it takes a char parameter. But in your main method you invoke g passing it a String ("Good"). You need to pass it a char parameter to fix the...