Skip to content

Commit 24a4499

Browse files
committed
feat:added savings account class in Lesson_17
1 parent 61847f3 commit 24a4499

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
public class SavingsAccount {
2+
3+
private double balance;
4+
5+
}

0 commit comments

Comments
 (0)