0
i just did a code and i want to know if the is the output or what.
When i did the code it said after i did run it said completion error. Is this code or what is that. Im thinking it is done and thats what the code is for. Im not that sure
7 odpowiedzi
+ 2
Michael Munn I think that he mean that your question is hard to understand because you have writed it in very bad english (and personally i agree)
+ 1
Michael Munn SL compiler sometime dont give you most hints where you have errors in code.... Anyway first hint: literal string are always delimitated by " char in c/c++ this mean that:
"I am a valid string";
"Im not because end delimitator is missed;
Second hint: statements end with ; and if you dont add it, compiler complain with you
P.S. You can add a link to your code by copy his url and pasting in comments like http://example.com
SoloLearn codes wil be opened by SL App itself
0
What??
0
I suggest you learning English first, then coding.
0
Steppenwolf what do you mean you suggest me learning English first then coding?
0
From what I gather, your code outputs "compilation error" which means that the code is not written correctly. Some syntax is invalid or something which has prevented the code from being run at all, so no this isn't the output of the code. If you can share the code we may be able to help
0
Dan Walker I just shared the code. If you can see if you can help me. I will like that alot. I am just now starting off wirh this.