Question
Using R script Write a program implement a simple Phone Book The goal is to create an end-user application that users can use to manage
Using R script
Write a program implement a simple Phone Book
The goal is to create an end-user application that users can use to manage friends data and contact information
You are the developer of the application, not the user
There are many friends:
Sometimes you make new friends
Sometimes you unfriend someone
For each friend we want to remember
Last name
First name
Phone number
Implement the following functionality:
Print a friends info
Print the whole telephone book
Insert a friends info
Delete a friends info
Look-up a friends info
Use only vectors and simple data types (e.g. text, numeric)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started