Which of the following terms describes the execution of a series of statements one after another?()
A. sequence
B. selection
C. looping
D. subprogram
查看答案
Which of the following terms describes the execution of different statements depending on certain conditions?()
A. sequence
B. selection
C. looping
D. subprogram
A(n) ______ is a name associated with a function or data object and used to refer to that function or data object.
A(n) ______ is a specific set of data values along with a set of operations on those values.
The first line of a C++ function is known as the function ______ .