Question: Write a Java program that converts a binary number into the corresponding decimal number. For example, if a user types in "1110", your program should print out the binary equivalence "14". Your program should be able to convert numbers continuously until the user types "exit".