#Help please do this exercise

1 messages · Page 1 of 1 (latest)

sinful vault
#

2: Write a Java program that simulates the following action:

❗Create a software product for recording the activities of a yoga studio that has several branches around the country.

Each branch is characterized by its name, address, telephone number, contact person, etc. The yoga studio plans and organizes yoga classes for clients.

Each client is characterized by a name, address, phone number, etc.

The studio concludes a service agreement with the client. The contract contains the offered services. The service is characterized by type, location, price per hour, bus.

The contract is characterized by the customer, service, term, cost.

Payment for services can be made per lesson or on the basis of a subscription.

The studio provides a schedule of sessions and the number of free seats for a given session.

The software product should allow recording contracts, a list of clients, calculating the studio's income in each locality, the cost of purchasing accessories, a list of popular locations, the availability of simulators, etc.

merry gustBOT
#

This post has been reserved for your question.

Hey @sinful vault! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

merry gustBOT
#

We won't do your homework for you. Try the problem first, and if you have a question on a specific part of the problem, or your implementation of the problem, we can help!

sinful vault
# merry gust

I did half of the work myself, I had a problem: how to display information about each class object through for in java