1//std::cout -> Write in the console2std::cout<<" Your text here "<<std::endl;
3//std::endl -> Add a line break4//This work :5int a = 23;
6std::cout << a ;
7//The console will write '23'
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content