
I have a program that is asking for user input. It is divided into methods in the method asking for the input it uses a prompt command that I've never seen.
public static int getInput(numberOfGrades)
{
System.out.print(**prompt** + ' ');
return numberOfGrades
}
I don't undersant the prompt part.