Italian translation of chapter 2, fixed a non translated sentence in chapter 1

This commit is contained in:
Roberto Pauletto
2021-01-09 10:29:16 +01:00
parent 48f09c89b5
commit 477fd4e456
10 changed files with 782 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
# Ciclo su un Array
## Istruzioni
Creare un programma che elenchi ogni terzo numero tra 1-20 e lo stampi alla console.
> SUGGERIMENTO: usare un ciclo for e modificare l'espressione di iterazione
## Rubrica
| Criterio | Eccellente | Sufficiente | Necessita miglioramenti |
| -------- | --------------------------------------- | ------------------------ | ------------------------------ |
| | Il programma viene eseguito correttamente ed è commentato |Il programma non è commentato | Il programma è incompleto o presenta bug |