Skip to content

Instantly share code, notes, and snippets.

@gogeta95
Last active March 3, 2018 18:55
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 gogeta95/81648ee4bdf23a38a48fe925c45206ab to your computer and use it in GitHub Desktop.
Save gogeta95/81648ee4bdf23a38a48fe925c45206ab to your computer and use it in GitHub Desktop.
public static int calculatePayforWeek(int payPerHour){
int s = payPerHour*5*8;
return s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment