Hi i'm a new student in java and would appreciate anyone helping me get through.
I do not want you to do my work because that won't help me get through the next and next assignments
however I would appreciate your help putting me on the right track such as how to start etc.
To use the "speed dial" feature of your home phone you must first store each of the phone numbers that you wish to use. Each phone number is accessed by entering the speed-dial number, from 0 to 9, used for storing the number. Write a program that will help you remember who's phone number you have stored with each speed dial number. Your program must use an array to store the list of names. The user enters a number from 0 to 9 and is shown the name of the person that would be called if you entered that speed dial code into the phone. Store the data from the array in a sequential file. Use the following menu in your program:
Enter Speed Dial Data
Speed Dial Search
Exit Program