would the prompts in the reportStatus method be strings or ints?
There isn't any prompt reportStatus method, you're printing out the name and grade, which should be done using printf. But you're passing in the name, the project letter so the type is String if that's what you mean.