Conferma UX
This commit is contained in:
@@ -143,7 +143,7 @@ public class FatturaScontrini {
|
||||
|
||||
do {
|
||||
error = false;
|
||||
System.out.print("Modificare l'ordinazione? [S/N] "); // TODO: feedback UX
|
||||
System.out.print("Modificare l'ordinazione? [S/N] ");
|
||||
scelta = sc.nextLine().trim().toLowerCase();
|
||||
switch (scelta) {
|
||||
case "s":
|
||||
|
||||
Reference in New Issue
Block a user