Hello friends why its not working i need help | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Hello friends why its not working i need help

#include <iostream> using namespace std; int main() { cout<<" +"; cout<<end1; cout<<" ++"; cout<<end1; cout<<" +++"; return 0; }

19th Oct 2020, 2:41 AM
Team Hunter's
Team Hunter's - avatar
3 Respuestas
+ 7
cout<< endl You wrote "end1"
19th Oct 2020, 2:46 AM
Minho
Minho - avatar
0
Tnxxx
19th Oct 2020, 2:50 AM
Team Hunter's
Team Hunter's - avatar
0
Please replace tag '...' by 'C++' 👍
19th Oct 2020, 3:46 AM
Ipang