Skip to content

Instantly share code, notes, and snippets.

@TuanLuu54
Last active September 17, 2016 07:39
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 TuanLuu54/26bd5b4585e9d961b32c0e2a4fc309a0 to your computer and use it in GitHub Desktop.
Save TuanLuu54/26bd5b4585e9d961b32c0e2a4fc309a0 to your computer and use it in GitHub Desktop.
void printOwing(double amount) {
printBanner();
//print details
System.out.println ("name:" + _name);
System.out.println ("amount" + amount);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment