Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please use C#, Thanks! ECE 2310 Object-Oriented Programming with C# Meng-Lai Yin Exercise 7-3 A commu nity has 7 swimming pools, as shown in the

image text in transcribed

please use C#, Thanks!

ECE 2310 Object-Oriented Programming with C# Meng-Lai Yin Exercise 7-3 A commu nity has 7 swimming pools, as shown in the following map. 10 (12,9 (6, 6) 10,5 2) 0 2 3 4 5 6 789 10 12 13 14 Your project must satisfy the following requirements: 1. Create three classes: Pool, Temperature, and Location. 2. A swimming pool shall have an object of "Temperature" and an object of "Location" as data 3. Atemperature has "degree" and "scale 5. members. Compositionally speaking: A pool has-a temperature, and a pool has-a location) 4. Alocation is defined by (x, y): hence a location has an 'x' value and has a 'y' value. All methods shall be public. Provide ToString method for all three classes. The Pool class shall have a static data member 'Count The driver shall print out the static member count before any pool object is created, and also after each pool is instantiated. A maintenance crew can set the temperature for each pool within the range of 98 F and 104 F A maintenance person will go through all seven pools and set the temperature. The person starts from location (0,0), and will go to the nearest pool after she/he finishes the job. The process continues until all the pools are visited. Each pool can only be visited once. 6. 7. 8, 9

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Explain the focus of behavioral finance.

Answered: 1 week ago