volume_mute
The output of the program is generated by executing the following statements
publish date: 2022/09/23 03:26:00 GMT+10
volume_mutecout << "Program to compute and output the perimeter and " << "area of a rectangle." << endl;
cout << "Length = " << length << endl;
cout << "Width = " << width << endl;
cout << "Perimeter = " << perimeter << endl;
cout << "Area = " << area << endl;
Correct Answer
True
Reference
C++ Programming, 7th edition, D. S. Malik