Skip to content

Instantly share code, notes, and snippets.

View bersalazar's full-sized avatar

Bernardo Salazar bersalazar

View GitHub Profile
### Keybase proof
I hereby claim:
* I am bersalazar on github.
* I am bersalazar (https://keybase.io/bersalazar) on keybase.
* I have a public key ASD7T4ADuC3al7Vc1CezeIMilA8B2PVcJcwVpDglEWJZLAo
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;
}