0
How to print in console the words that start with 'a' letter
I should open the file in read mode and read it from the beginning and print all the words that start with a
2 Answers
+ 2
Could you please specify the preferred language so that we'll help you easier.
What you have to do in your program is basically loop through all the words and check if its starting letter is "a". And if it is, print the word.
0
It's necessary in C