Skip to content
Snippets Groups Projects
Commit 6b45ccf8 authored by Amar Jyoti Chakma's avatar Amar Jyoti Chakma
Browse files

BankAccount

parent a291d1d1
No related branches found
No related tags found
No related merge requests found
.idea
\ No newline at end of file
import java.sys
public class BankAccount{
public BankAccount(String accType){
private float balance = 0.00;
private float interestRate;
private String accountType = accType;
if(this.accountType.equals("Smart Access"{
this.interestRate = 1.5;
}
}
public getBalcance(){
}
// TODO: Make addFunds()
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment