Identifier expected



Here is the line of code I am having trouble with:

System.out.println("Enter a number.");
number1 = keyboard.nextInt();

Thanks for any help!!

.