Description
200 Level Computer Science exam questions and the detailed answers. Download the answers in document format. Correct, detailed, and straightforward answers.
Questions:
(a)
- Give the meaning of these C++ statements:
std::cout << "Enter an integer: ";std::cin >> age;
(b)
- Declare variables
r,x,y, andzto be of integer type:- In only one C++ statement
- In four different C++ statements
DOWNLOAD THE ANSWER BELOW


