Skip to content

Instantly share code, notes, and snippets.

@otaruMendez
Created February 23, 2019 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save otaruMendez/883a5d2562544fcfc8227f04783eda18 to your computer and use it in GitHub Desktop.
Save otaruMendez/883a5d2562544fcfc8227f04783eda18 to your computer and use it in GitHub Desktop.
Implementing the Simulate method in the Simulator Class (HashCode Practice Pizza Question)
public void simulate() {
pizzaCutter = new PizzaCutter(pizza);
pizzaCutter.cutPizza();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment