Costante
This commit is contained in:
parent
c1d961ae36
commit
61697f8afc
@ -22,7 +22,8 @@ public class stringhe1 {
|
||||
int numeroRighe = 0, numeroCaratteri = 0, numeroAlfanumerici = 0, numeroParole = 0, indiceRiga = 0;
|
||||
final int LUNGHEZZA_RIGA = 100;
|
||||
final int NUMERO_RIGHE = 1000;
|
||||
String riga, uscita = "FINE";
|
||||
String riga;
|
||||
final String uscita = "FINE";
|
||||
char testo[][] = new char[NUMERO_RIGHE][LUNGHEZZA_RIGA];
|
||||
boolean exit = false;
|
||||
do {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user