Skip to main content

Checkpoint: C++ Fundamentals

beginner15 min readLesson 5 of 204

Prove the fundamentals: fix a broken program's structure and produce exact output. One graded challenge.

Checkpoint — C++ fundamentals. Graded challenge below; pass it to complete the module.

You will repair a program that refuses to compile (missing pieces of the skeleton you now know by heart) and then make its output exact. Everything needed is in lessons 1A–1D. If the compiler complains, read the first error, fix, recompile — the loop is the lesson.