I have this currently (and much more) and want to make it so that if someone types something in from the array that isn't uppercase(it is currently all uppercase), then they can still order it.
if(food.equals(array[0])) {
System.out.println("Here is your " + food + ".");
}