Advertisement
Guest User

Yas

a guest
Jan 20th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1.     public void removeGroceryItem(int position) {
  2.         String theItem = groceryList.get(position);
  3.         groceryList.remove(position);
  4.         // Milk
  5.         // Cheese
  6.         // Bread
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement