first commit

This commit is contained in:
Boris
2024-01-15 20:14:10 +00:00
commit 8c81ee28b7
3106 changed files with 474415 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
#BlueJ class context
comment0.params=name\ money
comment0.target=Friend(java.lang.String,\ double)
comment0.text=\n\ Constructor\ for\ objects\ of\ class\ Friend\n
comment1.params=
comment1.target=Friend()
comment1.text=\n\ Default\ constructor\ for\ objects\ of\ class\ Friend.\n
comment2.params=
comment2.target=java.lang.String\ getName()
comment2.text=\n\ Returns\ the\ name\ of\ the\ friend.\n
comment3.params=
comment3.target=double\ getMoney()
comment3.text=\n\ Returns\ the\ balance\ in\ their\ account.\n
comment4.params=name
comment4.target=void\ setName(java.lang.String)
comment4.text=\n\ Sets\ the\ name\ of\ the\ friend\ to\ a\ new\ value.\n
comment5.params=money
comment5.target=void\ setMoney(double)
comment5.text=\n\ Sets\ the\ balance\ of\ the\ friend\ to\ a\ new\ value.\n
comment6.params=
comment6.target=java.lang.String\ toString()
comment6.text=\n\ Returns\ the\ current\ state\ of\ the\ field\ variables\ as\ a\ string,\ with\ newlines\ after\ each.\n
numComments=7