Exercise: Play Around With cout
Let's print multiple statements using the cout object.
We'll cover the following...
Problem statement
You have been assigned a task to write a simple code in C++ to print the following line on the console:
The movie quote is: My name is Bond. James Bond!
Your job is to implement the statements you have ...