if ((vtype != 1) || (vtype != 2) || (vtype != 3))
System.out.println("Invalid input\n");

i input 3, and it prints out the message... what gives?