Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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