Question: Write a program that allows the user to add, view, and delete names in an array list. The program must present the user with

Write a program that allows the user to add, view, and delete names in an array list. The program must

Write a program that allows the user to add, view, and delete names in an array list. The program must present the user with options (add, view, or delete) to choose from and an option to quit/exit the program. For example: Add - adds name(s) to the list. View view name(s) in the list. Delete removes name(s) from the list. The user must type the option (Add, View, or Delete), and the program must work accordingly.

Step by Step Solution

3.32 Rating (152 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Heres a simple Python program that allows the user to add view and delete names in an array list Fun... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Computer Network Questions!