a. Create a function named branchInfo()that accepts an integer argument and displays the correct contact data for each of five branch offices of a loan company (manager’s name, street address, and phone number).
b. Write a main()function that contains an enumeration for the five branch office names. For example, you might choose to call the offices NORTH, SOUTH, EAST, WEST, and CENTRAL. Display the contact data for all five offices using the enumerations in a loop. Save the file as UsingAllEnumerations.cpp.
c. One branch office (you can choose any one you like) needs to send form letters to its customers to announce that it is adding evening hours every night until 9 pm. Write a program that displays form letters to 10 customers of the branch offices. Store the customer names in a string array and display the same short letter to each in sequence. The application contains the same enumerations as in part b, but you use the data only for the office for which the form letters are being produced. Save the file as UsingOneEnumeration.cpp.
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.