Question: Code a Java class named Test, and in the main method of this class, you need to get from the console input (the Scanner class)

Code a Java class named Test, and in the main method of this class, you need to get from the console input (the Scanner class) for the number of students and the number of classes, then you need to invoke a method to obtain the average number of students per class.

Then print out the result to the screen. Still inside class Test, implement a method that is to be invoked by the main method. This method will be passed the number of students and the number of classes, and then it will calculate and return the average number of students per class. Use suitable names for the method and its formal parameters.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!