Saved Bookmarks
| 1. |
Write a program to read elements of a list.a) The program should ask for the position of the element to be deleted from the list. Write a function to delete the element at the desired position in the list.b) The program should ask for the value of the element to be deleted from the list. Write a function to delete the element of this value from the list. |
|
Answer» Write a program to read elements of a list. a) The program should ask for the position of the element to be deleted from the list. Write a function to delete the element at the desired position in the list. b) The program should ask for the value of the element to be deleted from the list. Write a function to delete the element of this value from the list. |
|