I think you can add:


for (int i = 0; i < options.length; i++) {
System.out.println((i+1) + ":\t" + options[i] + " ");
}
option= input.nextInt();

before every break.