Exercise: Play Around With cout
Test your understanding of the cout object.
We'll cover the following...
We'll cover the following...
Problem statement
Write a simple code in C++ to print the following line to the console:
The movie quote is: My name is Bond. James Bond!
Implement the statements you have learned in the ...