what is nested loop? Give example
Answers
Answered by
2
Answer:
Nested loop is a loop inside of a loop
For example, you read a file line by line and for each line you must count how many times the word “the” is found.
Similar questions