Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am rrgautam on github.
  • I am rrgautam (https://keybase.io/rrgautam) on keybase.
  • I have a public key ASChkjkir_9klqm5TzbrsNoVCbRmwfbjjLDN41oWLC_Frwo

To claim this, I am signing this object:

package ca.uwo.csd.cs2212.USERNAME;
public class BankAccount {
private double balance;
public BankAccount(double balance) {
this.balance = balance;
}