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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started