forked from hummel/PR1-Spreadsheet
e.g. in UI hinzugefügt
parent
df3bb6b59b
commit
85948394c1
|
@ -24,7 +24,7 @@ public class Axel {
|
||||||
System.out.println(spr);
|
System.out.println(spr);
|
||||||
|
|
||||||
while(true){
|
while(true){
|
||||||
System.out.println("Please enter the cell name: ");
|
System.out.println("Please enter the cell name (e.g. D8, G5: ");
|
||||||
String cellName = keyboard.nextLine();
|
String cellName = keyboard.nextLine();
|
||||||
|
|
||||||
System.out.println("Please enter your value or your formula: ");
|
System.out.println("Please enter your value or your formula: ");
|
||||||
|
|
Loading…
Reference in New Issue