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 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
Heres a simple Python program that allows the user to add view and delete names in an array list Fun... View full answer
Get step-by-step solutions from verified subject matter experts
