Home > database >  For Java code
For Java code

Time:09-22

Create a Student class, require private property name, age, define a parameter of the constructor and parameterless constructor, which they are defined the get method and set method, define the output attribute value method; In the main classes of the main method for Student class object create element in array, requires five elements, the name, the age of value from the keyboard input, the output value of each element as well as the average age of each element,
  • Related