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

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 whic

Post by answerhappygod »

C++
Create a Class that will store a list of names. Class needs to include three separate functions
> function one which will return the name that appears first aphabetically,
> function two which should return the name that appears last alphabetically.
> function three that will sort the list alphabetically
class does not need to be case insensitive. The three functions should make use of the algorithms discussed in this class
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