If the variables name and color contain these values:
name color
“Elmo” “red”
write a statement using these variables that will output:
Elmo, the puppet, is red!
cout << name << “, the puppet, is “ << color << “!”;
Computer Science & Information Technology
You might also like to view...
Which of the following represents the Repeat button?
A.
B.
C.
D.
Computer Science & Information Technology
Special ____ chips that convert data are found on the system board, graphics card, sound card, and modem of your PC.
A. byte B. controller C. voltage D. lands
Computer Science & Information Technology