Question: 1. Write a Java program to create a class Animals. including the following steps a. Create 3 variables Animal_Name1, Animal_Name2, Animal_Name3 of type string. b.
1. Write a Java program to create a class Animals. including the following steps
a. Create 3 variables Animal_Name1, Animal_Name2, Animal_Name3 of type string.
b. Assign Cats Dogs, and Rabbits to the variables.
c. Create 3 integer variables and assign animal weight values through user input.
d. Create a static method CalculateAverage to calculate the average of these input integers after passing them as method argument to CalculateAverage.
e. Print the average of the animal weights and print the maximum of their weights.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
