Arrange the code in the right hand box so that it reads in a name from the user and then reports whether it is a long name (greater than 5 characters) or a short name. Finally, it should indicate the number of letters in the name. Note that there is one incorrect line of code that should not be used in the solution.
Remember to pay attention to indentation!