Hello everyone got an assignment for college where i cant find the way to make
JDeveloper to understand where the words are separated.This What
The Assignment Asks.Any Tip or example to help me finish it would be greatly apreaciated.Tha nk you in advance.
Following is an example of screen results that might appear, depending on the data the user inputs.
This program asks the user for three words.
The first letter of each word must be extracted, and then an acronym must be formed with the 3 letters of each word you have extracted.
Enter 3 words separated by blanks: Going To Pass
The acronym should be in this form : GTP
JDeveloper to understand where the words are separated.This What
The Assignment Asks.Any Tip or example to help me finish it would be greatly apreaciated.Tha nk you in advance.
Following is an example of screen results that might appear, depending on the data the user inputs.
This program asks the user for three words.
The first letter of each word must be extracted, and then an acronym must be formed with the 3 letters of each word you have extracted.
Enter 3 words separated by blanks: Going To Pass
The acronym should be in this form : GTP
Comment