//call for input Scanner input = new Scanner(System.in); System.out.println("Enter sentence: "); String sent = input.nextLine; // How do I get sent into an array?