Hi, I want to print a linked list and add a "delete this item" button next to each item: ************ [item 1][delete this item] [item 2][delete this item] [item 3][delete this item] ************ ...but I've no clue how to write the code. The problem is to direct the second delete button to the second item.
Thanks in advance for help!

