Fill in the blanks in each of the following:
a) _____ are used to document a program and improve its readability.
b) The object used to print information on the screen is _____.
c) A C++ statement that makes a decision is _____.
d) Most calculations are normally performed by statements _____.
e) The _____ object inputs values from the keyboard.
Solution:
a)Comments
b)cout
c)if
d)assignment
e)cin
a) _____ are used to document a program and improve its readability.
b) The object used to print information on the screen is _____.
c) A C++ statement that makes a decision is _____.
d) Most calculations are normally performed by statements _____.
e) The _____ object inputs values from the keyboard.
Solution:
a)Comments
b)cout
c)if
d)assignment
e)cin
Post A Comment:
0 comments: