Answered You can hire a professional tutor to get the answer.
The following is the information I need to return:
I need help with the calculations at the end of this program and returning the appropriate information. The following is the information I need to return:
The average area of the three Museums
The minimum and maximum number of buildings among all the Museums
The name of the financed Museum with the most area.
/**********************************************************************************************
* Museum.java
* Ryan Betzing
*
* Museum Class variables and methods.
***********************************************************************************************/
import java.util.*; //Import All of Utility Class
public class Museum
{