Commit Graph

24 Commits

Author SHA1 Message Date
187f2cd313
lab-02:
- Added abstract class _Shape.
	- Inherit _Rectangle from _Shape.
	- Parse width/height and use setters in constructors.
2020-09-26 03:55:36 +03:00
6019f0fc41
Improvfed constructors using this keyword. Filter input through setters. 2020-09-25 21:33:10 +03:00
7390d3d9f8
Use 'super' constructors and parse negative circle radius. 2020-09-23 13:36:57 +03:00
4a8354a474
lab-02:
- Project files
	- _Rectangle class
2020-09-09 23:07:10 +03:00
f4fa262bd9
update:
- ignore meta-inf
	- Change c style args array in main. (recommended by IDE)
	- build with java 1.8.x
2020-09-09 22:47:44 +03:00
f64343c59c
lab01:
- Added javadoc for all classes
	- update gitignore
2020-09-05 22:48:38 +03:00
8e8c36d091
Lab01: Test program 2020-08-31 16:09:12 +03:00
7a332d5f6a
Match assignment output 2020-08-31 16:08:18 +03:00
732124669c
Added Cylinder class
Changed toString methods to work inhirit correctly.
2020-08-31 14:45:34 +03:00
c1a575da75
Added Rectangle class 2020-08-31 13:46:04 +03:00
8fab7964e9
Added Circle class 2020-08-31 12:49:44 +03:00
5c80a195ea
Changed toString() 2020-08-31 12:49:10 +03:00
247ec08bb7
Point class 2020-08-31 12:05:32 +03:00
0ac8436afa
Fraction:
- Fixed StackOverFlow ex
	- Fraction test
	- output
2020-08-30 18:14:49 +03:00
526717242a
Fraction:
Fixed exception from missing float flag.
2020-08-30 17:33:26 +03:00
bce5d75ba8
Fraction:
- Added subtract and divide methods
2020-08-30 17:24:40 +03:00
34e2031f4c
Fraction:
- isReducible boolean
	- Updated constructor
	- Improved reduce()
	- add() done
2020-08-30 17:05:07 +03:00
5e256c44f8
Fraction:
- Added more javadoc
2020-08-30 15:30:56 +03:00
381f5105c6
Fraction:
- Added multiply, print decimal.
2020-08-30 15:25:08 +03:00
225aa67765
Fraction:
- toString(), returns string as a/b
2020-08-30 14:30:06 +03:00
d2b0d3c453
Fraction:
- Added place holders
	- Constructors
	- GCD, reduce and equal methods
2020-08-30 14:09:45 +03:00
c2cd906820
output of TestMyGame 2020-08-30 11:58:07 +03:00
729acce78c
Lab 0:
- problem 2: TestMyGame
2020-08-30 11:39:58 +03:00
b47513a6f3
ShowMyInfo program 2020-08-30 11:16:41 +03:00