Skip to content

Instantly share code, notes, and snippets.

@Jxrgxn
Created July 20, 2015 22:02
Show Gist options
  • Save Jxrgxn/a81361d05be35dc06620 to your computer and use it in GitHub Desktop.
Save Jxrgxn/a81361d05be35dc06620 to your computer and use it in GitHub Desktop.
int sizeOnebag, sizeAnotherbag, newBagsize;
sizeOnebag = oneBag.getCurrentSize();
sizeAnotherbag = anotherBag.getCurrentSize();
newBagsize = sizeAnotherbag + sizeOnebag;
ArrayBag<string> finalBag;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment