- 3
source_file.cpp: In function âint main()â: source_file.cpp:15:31: error: âend1â was not declared in this scope cout <<"Sum
Please someone tell me what this is
2 Answers
+ 2
Seems like bad spelling.
endl (lowercase L at the end) means a new line
end1 (number one at the end) does not mean anything