You can append numbers to the end of Strings. So, you can say something like:

int someNumber = 5;
System.out.println("Please enter position in row to ADD musician: "+someNumber);

Which would...