Skip to content

Instantly share code, notes, and snippets.

@hamoungh
Created September 25, 2014 13:52
Show Gist options
  • Save hamoungh/72282afc72dc5061f407 to your computer and use it in GitHub Desktop.
Save hamoungh/72282afc72dc5061f407 to your computer and use it in GitHub Desktop.
class question4
{
public static void main ( String[] args )
{
int totalCost = 6;
int items = 12;
System.out.println("cost per item: " + totalCost/items );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment