while( zip < 01001 && zip > 99950 ) //You should use ampersands instead of bars because your saying its less than and greater than.
{
System.out.println("**** ERROR ****");
...