volume_mute

Explain how this happens

publish date2022/09/23 14:04:00 GMT+10

volume_mute
cout << "Program to compute and output the perimeter and " <<  "area of a rectangle."  << endl;

This is an example of a C++ (1) transparent statement. It causes the computer to evaluate the (2) transparent after the pair of symbols << and display the (3) transparent on the screen

drag and drop the selected option to the right place or type it instead
output
result
expression

Correct Answer

(1) output
(2) expression
(3) result

Reference

C++ Programming, 7th edition, D. S. Malik


Quizzes you can take where this question appears