Ejercicio 1
Titolo e descrizione migliorati con IA
java
int tipo;
tipo = scanner.nextInt();
if (tipo == 1) {
} else if (tipo == 2) {
} else if (tipo == 3) {
} else {