Learning objectives

 

In this unit you will learn:

-   basic concepts about classes, objects, and methods

-   how to create a Scanner object and use it to obtain input from the user

-   how to write programs that ask for input, process the input and output the result

-   how expressions with mixed types are evaluated

-   when explicit type conversion is needed and how to do it