Hello Everyone!
Not sure if this is the right place, but oh well…
The challenge is to explain the main () function.
I am new to the course and to the subject of C++ so this is going to be a wild guess.
I believe the main part might serve as the “backbone” of the code, that will outline the main purpose, and later functions can refer to it. Kind of like a summary or an outline, containing the starting point an the conditions of these, and the possible outcomes.
I can’t wait to see how off target I am, and learn from that.