Description: Creating a Table Table class that has a table name, weight, desktop width, length and height of the table attributes. Among them are: the constructor initializes all data members Area (): calculate the area of the desktop Display (): using the toString method, all the data on the screen, the output value of the member ChangeWeight (int): change the function of the weight tables in main (), the the use of an array of objects to create three tables to calculate the area of the desktop, changing table, weight, and output on the screen all the table data members.
To Search:
File list (Check if you may need any files):
第二题\.classpath
......\.project
......\.settings\org.eclipse.jdt.core.prefs
......\bin\test\Table.class
......\src\test\Table.java
......\bin\test
......\src\test
......\.settings
......\bin
......\src
第二题