1
0
Fork 0

Klammer an die richtige Stelle in e.g. in UI hinzugefügt

main
Anastasia Kisner 2023-12-28 01:00:35 +01:00
parent 4988308c57
commit c66c40e340
1 changed files with 1 additions and 1 deletions

View File

@ -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 (e.g. D8, G5: )"); 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: ");