I am totally lost here. I need a program to do the following:
write an application that reads a line of text, tokenizes the line using space characters as delimiters and outputs only those words beginning with the letter "b"
I know how to count tokens and whatnot but how the heck do i print out only toeksn beginning with a certain char?
HELP! :)
write an application that reads a line of text, tokenizes the line using space characters as delimiters and outputs only those words beginning with the letter "b"
I know how to count tokens and whatnot but how the heck do i print out only toeksn beginning with a certain char?
HELP! :)
Comment