In C++ please

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

In C++ please

Post by answerhappygod »

In C++ please
In C Please 1
In C Please 1 (35.51 KiB) Viewed 64 times
1. Create a program that interacts with the user. 2. Use at least 3 objects (instances of different classes) 3. Use at least one example of inheritance 4. Use at least one pointer 5. Use at least one pass by reference 6. Use at least one overloaded function 7. Use separate files for class definition, class function definition, cpp file that has main 8. Use at least 2 loops 9. Use at least 2 selection statements 10. Include at least one array 11. Include a write to a file 12. Include a read from file 13. Include data validation. 14. Write and use data validation functions in a private library of your creation that includes generic functions for getString, getint, and getFloat. 15. Break program into appropriate functions. Documentation: You must include a document, with numbers 1-15, that tell where and how these criteria were met in your program. For design work 1. Create a basic design using a UML hierarchy and class diagram 2. Create high level logic design for your program using Pseudocode
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply