Sunday, May 4, 2008

Declaring Data Types 3

Notes on your code

Notice in the above code that you are declaring three integer data types: a byte called my Integer1, an int called myInteger2, and a long called myInteger 3. Then, you are using three lines of code, each containing printIn () to print out the values for eachof these variables.

No comments: