PDA

View Full Version : Java with strings


shAndy46
Oct 11, 2016, 07:52 AM
have to create a string and without using any built in functions we have to type any letter... this should display the words in the string that are ending with this letter...
for example...
if we are creating a string a = "me and my home"... then we have to create our function.. in that when type e means.. the output should print the words ending with e i.e(me... home)
should be printed..
please help me with this question

smoothy
Oct 11, 2016, 10:06 AM
What do you have so far... this is your homework, we won't do it for you per this sites rules. Show us what you have so far, working or not.