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,17 @@
#BlueJ class context
comment0.params=height\ width\ depth
comment0.target=Brick(int,\ int,\ int)
comment0.text=\n\ Create\ a\ Brick\ given\ edge\ lengths\ in\ centimeters.\n\ @param\ height\ The\ brick's\ height.\n\ @param\ width\ The\ brick's\ width.\n\ @param\ depth\ The\ brick's\ depth.\n
comment1.params=
comment1.target=double\ getSurfaceArea()
comment1.text=\n\ @return\ The\ surface\ area\ of\ this\ brick\ in\ square\ centimeters.\n
comment2.params=
comment2.target=double\ getWeight()
comment2.text=\n\ @return\ The\ weight\ of\ this\ brick\ in\ kg.\n
comment3.params=
comment3.target=int\ getVolume()
comment3.text=\n\ @return\ The\ volume\ of\ this\ brick\ in\ cubic\ centimeters.\n
comment4.params=
comment4.target=double\ getHeight()
comment4.text=\n\ @return\ The\ height\ of\ this\ brick\ in\ centimeters.\n
numComments=5