Number of letters in strings
Hi guys! I have a problem with my program. What I need to do is ask the user to enter his full name(First, Middle, Last) and store it in one string - this I managed to accomplish. Then it has to print the number of characters in the name not counting spaces -here I have problems. Then determine and print the three parts of the full name and the number of characters in each. And worse part: determine and print the initials in ASCII codes (decimal) for the full name. Here is what I have so far: https://code.sololearn.com/cBY3W0hY5ujX I'm a complete beginner in Java, and I have to make an assignment for the chapter that we didn't pass yet because I'll be in a hospital next two weeks(heart condition, high BP) and this is my only chance to don't fail the course. Professor offers me to drop it, but I can not afford to pay for it again. Any help is much appreciated!