This commit is contained in:
Kovács Rudolf
2026-09-03 10:52:22 +02:00
parent af76f11652
commit 636b5acb6a

View File

@@ -17,4 +17,9 @@ for (const i of szamok) {
console.log(i);
}
//while ciklussal
//while ciklussal
let szamlalo=0;
while(szamlalo<szamok.length){
console.log(szamok[szamlalo]);
szamlalo++;
}