Write a C++ statement that allows a program to use only the name cout from namespace std.
What will be an ideal response?
```
using std::cout;
```
Computer Science & Information Technology
You might also like to view...
Which of the following is NOT a wireless technology?
A) AirPort B) Google Play C) Infrared D) 802.11ac
Computer Science & Information Technology
Text that displays in the body of the Web page whenever the mouse pointer is moved over the hyperlink is called a(n) ________
Fill in the blank(s) with correct word
Computer Science & Information Technology