Question: Assignment 8 . 1 ( I just want the code and source code of the program ) * * Availability: Ilem is hidden from studens.

Assignment 8.1(I just want the code and source code of the program)**
Availability: Ilem is hidden from studens.
Objective:
Student Instructions:
Analyze the following problem:
(Retrieve of Gaddis, T.,2018, p.225) Programming Challenges, 17.Personal Best, Chapter 4.
Personal Best
Write a program that asks for the name of a pole vaulter and the dates and vault heights (in meters) of the
athlete's three best vaults. It should then report, in order of height (best first), the date on which each vault
was made and its height.
Input Validation: Only accept values between 2.0 and 5.0 for the heights.
Use the Vault, MeterCentimeter and Date classes, incorporate MyString class discussed in this module and design a new class named Athlete with two attributes:
a. The first attribute is named name of MyString datatype
b. The second attribute is called myVaults dynamically memory allocated to stores de n objects of Vault Class datatype.
The class has a member function that sorts by the vault heights. Implement the Selection sort Algorithm.
Implement your code's Constructors, Destructor, Copy Constructor, Mutators, and Accessor functions and overload operators in your classes.
Ask the user the number of vaults. And print the three best vaults.
The solution must contain the following:
a. Source code.
b. Separate class specifications from implementation.
c. Program output.
. Descriptive Tables.
e. UML diagrams.
f. CRC cards.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!