Java für und während der Schleife
for (let i = 1; i <=5; ++i) {
// body of loop
}
SAMER SAEID
for (let i = 1; i <=5; ++i) {
// body of loop
}