 | | Example 16-1 shows a small program that accepts numbers as arguments, adds them together, and prints the total. Before printing the total, it uses assert to check that the total is greater than 100. If it isn't, assert will print an error message and call abort. | |
|