Create a java program named Menu.java which will require the user to enter his/her whole name, then display the 1st, 3rd and 5th characters of the name. If the character happened to be a space, display the word "SPACE". (Note: Use the charAt method)
Example: Enter your name: Jhon Lopez First character of your name is J Third character of your name is o Fifth character of your name is SPACE