volume_mute
Explain how this happens
publish date: 2022/09/23 14:04:00 GMT+10
volume_mutecout << "Program to compute and output the perimeter and " << "area of a rectangle." << endl;
This is an example of a C++ (1) statement. It causes the computer to evaluate the (2)
after the pair of symbols << and display the (3)
on the screen
Please drag and drop the selected option in 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