Skip to content

Instantly share code, notes, and snippets.

@kristinaq
Created July 19, 2017 18:45
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 kristinaq/6bff9f8da340361c714c95becc6b27ac to your computer and use it in GitHub Desktop.
Save kristinaq/6bff9f8da340361c714c95becc6b27ac to your computer and use it in GitHub Desktop.
// Number Of Dogs
6
// Number Of Cats
5
// Number Of Turtles
2
// Number Of Hamsters
1
// Total Number Of Animals
6 + 5 + 2 + 1
// Total Number Of Mammals
6 + 5 + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment