Assume the definition of the class personType as given in this chapter.
a. Write a C++ statement that declares student to be a personType object, and initialize its first name to “Buddy” and last name to “Arora” .
b. Write a C++ statement that outputs the data stored in the object student .
c. Write C++ statements that change the first name of student to “Susan” and the last name to “Miller” .
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.