Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+14 votes

would the prompts in the reportStatus method be strings or ints?

asked in CSC211_Winter2018 by (1 point)

1 Answer

+11 votes

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.

answered by (1 point)
...