Use this
if (!bedSize.equals("SINGLE") && !bedSize.equals("DOUBLE") && !bedSize.equals("KING"))
(If the bed size is different than “SINGLE” and different that “DOUBLE” and different than “KING”)
solved If statement not comparing strings properly