...

/

DIY: Count a Word in the Comments

DIY: Count a Word in the Comments

Solve the interview question "Count a Word in the Comments" yourself in this lesson.

Problem statement

In this challenge, you are given two arguments: a list of strings containing lines of a C++ source code and a string containing a word. Your task is to ...