This commit is contained in:
2025-12-13 21:41:42 +01:00
parent 33093c7399
commit a51cb0c738
30 changed files with 471 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ import hu.unideb.inf.ps.Sokszog;
import hu.unideb.inf.ps.Teglalap;
public class Runner {
public static void main() {
static void main() {
EgyenloOldaluHaromszog h1 = new EgyenloOldaluHaromszog(10);
Sokszog h2 = new EgyenloOldaluHaromszog(11);
((EgyenloOldaluHaromszog)h2).getOldalhossz();