Chapter 6 Quiz Starting Out With C++ 001

A program may be broken up into manageable _____

a. sections
b. blocks
c. subroutines
d. functions

1 comment:

  1. Exercise 1: Fill in the code (places in bold) so that the program will print out the
    proverb listed in the comments at the beginning of the program. The
    proverb will be printed by the function which is called by the main function.

    ReplyDelete