this is my first coding in java. where the task is like this,
- please get an input from keyboard.
- if input < 10 print "under 10!"
- else if input <= print "above 10 and under 30!"
- else print "Above 31!"
Tips: Get the scanner using nextInt() not nextLine()