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

19th Feb 2019, 7:59 PM
Lilit
Lilit - avatar
2 Réponses
+ 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.
19th Feb 2019, 8:40 PM
Tim Thuma
Tim Thuma - avatar
0
It's necessary in C
19th Feb 2019, 9:02 PM
Lilit
Lilit - avatar