The number in parentheses at the end of an exercise refers to the learning objective listed at the beginning of the chapter.
Assume the definition of the class personType as given in this chapter. (1, 3)
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 a C++ statement that changes the first name of student to "Susan" and the last name to "Gilbert".
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.