Question: c++ Create a class called NAME. Class Name should include a constructor that takes the first, middle, and last name as parameters, functions to return
c++
Create a class called NAME. Class Name should include a constructor that takes the first, middle, and last name as parameters, functions to return the values of the internal variables, and a function called comparedTo that returns LESS, EQUAL, or GREATER (enumarations). The class should ask the user to enter two names then compare if their less or greater or if their equal to each other.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
