char lettler; - ANSWERletter = 'z';
What is the output of this statement?
cout << 4 * (15 / (1 + 3)) <<endl; - ANSWER12
An integrated development environment typically consists of: - ANSWERDebugger,
text editor, compiler
A _________ is a diagram that shows the logical flow of a program -
ANSWERflowchart
A character literal is enclosed in _______ quotations marks, whereas a string literal
is enclosed in ______ quotation marks - ANSWERsingle, double
These statements written by the programmer are called: - ANSWERSource code
The programming process consists of several steps, which include: -
ANSWERDesign, creation, testing, and debugging
What will the value of x be after the following statements execute?
int x;
x = 18 moduelus 4; - ANSWER2
_________ must be included in any program that uses the cout object -
ANSWERThe header file iostream
This term refers to the programmer reading the program from the beginning and
stepping through each statement - ANSWERdesk checking
/n - ANSWER
\n - ANSWER