ITEC 120
Reading Assignment 1b

Using the Scanner Class

We can use the Scanner class to read input from the keyboard and make our programs interactive. Watch this short video to see how to create and use Scanner objects. You will need to use the Scanner in your next lab.

Examples of Programming Errors contains some very handy tips for the new programmer. No reading quiz for this assignment!

Using Scanner

Examples of Programming Errors