i dont know what mistake i am making i am even copying the same programme which is written as example but its show playing error | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

i dont know what mistake i am making i am even copying the same programme which is written as example but its show playing error

4th Mar 2018, 4:25 AM
harsh dhawle
6 Answers
+ 7
The code should look like: #include <iostream> // You missed the # using namespace std; // keep a space between namespace and std int main(){ // print is not a command cout << "I am the King"; return 0; // Forgot a semi-colon!! } PS: As Ace mentioned. Profanity is not supported on Sololearn, so codes with those types of titles should not be public. Even though that code is private since we can see the title from the link you posted, I ask that you kindly change the title.
4th Mar 2018, 4:49 AM
Rrestoring faith
Rrestoring faith - avatar
+ 6
Hi! This 'question' is not answerable. Please show the full code that you have created, then we can guide you in the right direction by pointing out what is wrong with it.
4th Mar 2018, 4:36 AM
Rrestoring faith
Rrestoring faith - avatar
+ 2
Yeah, post the code please.
4th Mar 2018, 4:36 AM
Aaron Stone
Aaron Stone - avatar
0
<Link removed due to inappropriate title>
4th Mar 2018, 4:44 AM
harsh dhawle
0
Plz help me
4th Mar 2018, 4:46 AM
harsh dhawle
0
Tnx
8th Mar 2018, 1:15 PM
harsh dhawle