C++ Create a Class that will store a list of names. Class needs to include three separate functions > function one which

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: 899603
Joined: Mon Aug 02, 2021 8:13 am

C++ Create a Class that will store a list of names. Class needs to include three separate functions > function one which

Post by answerhappygod »

C++
Create a Class that will store a list ofnames. Class needs toinclude three separate functions
> function one which will returnthe name that appears first aphabetically,
> function two which should returnthe name that appears last alphabetically.
> function three that will sortthe list alphabetically
class does not need to be case insensitive. The three functionsshould make use of the algorithms discussed in thisclass
these are the algorithms discussed in class:
//class example1
//class example2
//class example 3
//class example 4
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply