Write a statement that prints the following to standard output : i= Just write one statement that generates the message above: do not generate any extraneous spaces.

LANGUAGE: C++

CHALLENGE:

Write a statement  that prints the following to standard output : i=   Just write one statement  that generates the message  above: do not generate any extraneous spaces. Do not declare  variables , do not write a main() function, do not write a whole program .

SOLUTION:



cout << "i=";