Problem: There is a simple rule to tell the direction of one-way streets in Manhattan: Even numbered streets run eastbound and odd numbered streets run westbound. Write a Java program that can tell a user in which direction a one-way street runs. Use dialog boxes for input/output.
Use java code.