Exercise 1: Function To Check Sum
Explore how to create a C++ function that sums two integers and evaluates whether the result is less than, equal to, or greater than 100. This lesson helps you practice function writing, conditional checks, and output formatting within C++ programming fundamentals.
We'll cover the following...
We'll cover the following...
Problem statement
Write a function checkSum ...