I built two programs for this week-Calculator and Word Counter. I faced challenges understanding the code. Its different from Python. But it was fun, learning something new.w.
You have to enter numbers when the executable runs and the operator you want so the program can run your calculator.
It counts words and lines in the file provided.
In the line FILE *filePointer = fopen("repeated.txt", "r");, I have provided which file to read for counting words and even lines.