Print Friendly and PDF
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.
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
zubairsaif

Zubair saif

A passionate writer who loves to write on new technology and programming

Post A Comment:

0 comments: