Update .2
This commit is contained in:
parent
415e32c78d
commit
90f59f1cc0
1 changed files with 1 additions and 1 deletions
2
.2
2
.2
|
|
@ -5,7 +5,7 @@ public class Main
|
||||||
System.out.println("Insert password:");
|
System.out.println("Insert password:");
|
||||||
Scanner scanner = new Scanner(System.in);
|
Scanner scanner = new Scanner(System.in);
|
||||||
String pass = scanner.nextLine();
|
String pass = scanner.nextLine();
|
||||||
if (nome.equals("1234")) {
|
if (pass.equals("1234")) {
|
||||||
System.out.println("Insert op code: ");
|
System.out.println("Insert op code: ");
|
||||||
|
|
||||||
System.out.println("(1) General");
|
System.out.println("(1) General");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue