suppose this is a string in java char str[]="this is the future" my program should work like this
it should check the initial letter in this case 't' and print the words
output should be this the
suppose this is a string in java char str[]="this is the future" my program should work like this
it should check the initial letter in this case 't' and print the words
output should be this the