Learning points
In this exercise we will study about:
- Defining class in Java.
- Constructor.
- Setter and Getter.
- Generate object.
- Call class function.
Summary
A health food manufacturer is on preparation of opening new sales office in Tokyo and Osaka. First, we will show each sales office information. Following information need to be displayed.
Expected result
[Shop] This is Tokyo Shop. [Tel] 03-1234-5678
[Shop] This is Osaka Shop. [Tel] 06-1234-5678
Now let's create some java application to fulfill the above specification.


