Skip to content

Instantly share code, notes, and snippets.

@firstclown
Created April 27, 2017 14:29
Show Gist options
  • Save firstclown/562888467672c8f14304eb7eb93df996 to your computer and use it in GitHub Desktop.
Save firstclown/562888467672c8f14304eb7eb93df996 to your computer and use it in GitHub Desktop.
public class Exercises {
public static void main(String[] args) {
/*
1. 4 birds are sitting on a branch. 1 flies away. How many birds are left on
the branch?
*/
/*
2. There are 6 birds and 3 nests. How many more birds are there than
nests?
*/
/*
3. 3 raccoons are playing in the woods. 2 go home to eat dinner. How
many raccoons are left in the woods?
*/
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment