Skip to content

hiralsinghal/resolution-coding-week4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

91fed89 · · Apr 17, 2026

History

6 Commits
Apr 17, 2026
Apr 17, 2026
Apr 17, 2026
Apr 17, 2026
Apr 17, 2026

Repository files navigation

Resolution Coding Week 4

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.

Calculator

You have to enter numbers when the executable runs and the operator you want so the program can run your calculator.

Word Counter

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.