Question: 1. Create a program that has a declaration in main( to store the string I'm so great! in an array named message. Include

1. Create a program that has a declaration in main( to store the string " I'm so great! " in an array named message. Include a member function of any name from your defined class that accepts the message in an argument named strng, then displays the contents of message using the pointer notation *(strng + i)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
