"#include<iostream> is not a regular code lines with expressions"wat is an expression in this case.
be more specific as to what you are asking, if that was an error message it was probably because theres no space between #include and <iostream>
an expression is when one variable is given in terms of another or other numbers, just as in maths.
ie: var1 = var2+var3
Last edited on
There is no need for spaces between #include and <iostream>. Spaces are for neater programs!
im not sure. i never got an error because no space between them!
Spaces don't matter:
# include <iostream>
Last edited on