Ask Question
11 December, 02:37

The XYZ School wants to take its grade 10 students on a trip. The cost of the trip is $5,000.00. The school has only thirty days in which to collect the funds in order to go on the trip. Design a class called SchoolContributionthat creates a contribution account. In your design incorporate the following:• A method called totalContribution ( ...) that accepts and accumulates the daily contributions.• A Boolean method called hasMoreTime () that determines if more time is available in which to reach the targeted amount.• A Boolean method called needMoreMoney () that determines if more contribution is needed tomeet the target.• A Boolean method called metTarget () that reports if target has been met. This must be based onmeeting the target within the time frame.• A method called toString () that returns the result.

+5
Answers (1)
  1. 11 December, 05:55
    0
    500.00 dollars per person
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “The XYZ School wants to take its grade 10 students on a trip. The cost of the trip is $5,000.00. The school has only thirty days in which ...” in 📘 Engineering if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers