Question: PURPOSE:In this lab you will implement a program using the Population class UML solution provided. Starter source file, populationSTART.cpp , and the demo file U
PURPOSE:In this lab you will implement a program using the Population class UML solution provided. Starter source file, populationSTART.cpp and the demo file UpDEMO.exe are provided. The source code printout and screen shot from a sample run of the finished project are shown on the next page.PROCEDURE: Program Specifications:Basic program specifications are described by the UML solution design document provided and the comments in the starter version of the source code. The program grade is based upon a total of points As indicated in the comments, input editing should be provided for each input by using an edit loop to repeatedly prompt the user until a correct value is entered. Each edit loop is worth points The starter code is implemented as one source file. Implementing the final program using three appropriate source files is worth points. Implement the Program: Check that the starter code builds and executes properly. Then save populationSTART.cpp as population.cpp for program modification. If you are using a threesource file solution, name the two other files as appropriate. The function definitions for main and the three userdefined functions should remain in population.cpp Provide your name where specified on lines and of the starter code Test and Document Project Results: Thoroughly test the program with several different values for data. Also, include test runs for invalid data if you have implemented the necessary input validation code. Screen shots are not necessary for your test runs When your program is working properly, enter the same data shown by the screen shot on the reverse side. Print a screen shot of the results. Save it in the project folder Print the source code for each source file. If you implemented the program with three source files, print population.cpp first.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
