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
6 Respostas
+ 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.
+ 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.
+ 2
Yeah, post the code please.
0
<Link removed due to inappropriate title>
0
Plz help me
0
Tnx