“System.out.println(“”Today’s Word-Of-The-Day is: “” + word);”,”Assume that word is a String variable . Write a statement to display the message “”Today’s Word-Of-The-Day is: “” followed by the value of word. The message and the value of word should appear together
on a single line on standard output .”