Write a program Not.java that reads one boolean value from the command line,stores it in a boolean variable b, and prints out its negation, not b. For example, if b is true, the program should printfalse. (Question: What happens if you type something other than true or false on the command-line?)