Basic Java Chapter 4
Basic Java Chapter 4
Chapter Objectives
Upon completion of this chapter, you will know
import java.io.*;
Write a program which allows the user to enter his name, age and height. Use
Output statement to display the information that he had entered. You should use
the correct method to convert the age to integer and height to real number before
displaying the information.
Write a program which allows the user to enter two number, multiply and the
displays the result on the screen.