I am so very close to making this program happen, however I am running into an error with single character words.
When My program runs, if I put a single letter word in like
A or I
then it glitches out on me! something about it going out of bounds...what should I do? I'm trying to declare an if statement that will fix the problem "if length >2, then print as something"
but I CANT get it to work...please help
import java.util.Scann er;
When My program runs, if I put a single letter word in like
A or I
then it glitches out on me! something about it going out of bounds...what should I do? I'm trying to declare an if statement that will fix the problem "if length >2, then print as something"
but I CANT get it to work...please help
import java.util.Scann er;
Comment