Write a program that does the following: Creates an array of Smart Phone of size 3 Loops for user input of each smart phone object to create each object in the array Loops to display each smart phone. You will need to write helper methods get PhoneData() that returns a string and display() that will simply output the information in the object. Use figure 7-8 as a guide (seen above and on page 218 in your text. Screenshot added of figure 7-8
Sample Solution