4:23
LTE
< El Wa7sh Calcs W EE W Word.java
public class Word {
/
public static void main(String[] args){
Write a program that reads in a word using a
Scanner.
It should print out only one of the following:
Too long if the length of the word is more than 1,
Exiting if N was typed,
OK if Y was typed,
or Invald if any other letter was typed.
*/
}
}