Welcome to the Ranch! Now if you can just learn the difference between NetBeans and
Java.
This wasn't a Netbeans problem, by the way.
As others pointed out, to get your prompt message to display you need to flush System.out. For cases where you want to print a complete line and not wait for input to be typed on the same line you can use System.out.println(), which does a flush() automatically.
And yes, we really do prefer that you paste actual text and not screenshots. It's easier for us to read and doesn't consume as much server resources.
Oh, also, did you realize you mis-spelled "integer"?