diff --git a/Axel/src/de/hs_mannheim/informatik/spreadsheet/Axel.java b/Axel/src/de/hs_mannheim/informatik/spreadsheet/Axel.java index 078d0f8..cca0a74 100644 --- a/Axel/src/de/hs_mannheim/informatik/spreadsheet/Axel.java +++ b/Axel/src/de/hs_mannheim/informatik/spreadsheet/Axel.java @@ -24,7 +24,7 @@ public class Axel { System.out.println(spr); 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(); System.out.println("Please enter your value or your formula: ");