Im just learning the basics of Java.Im stuck at something.

How do I get an input from a user.Eg-If I want to get a number(integer),I tried using BufferedReader,but isnt there an easier way,like for output I use System.out.println,is there something similar to input?