Plz help me on first program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Plz help me on first program

Print that “every programmer is an auther.”. #include <iostream> using namespace std; int main() { /*your code goes here quote - "Every programmer is an author." */ return 0; }

10th Feb 2021, 5:44 PM
Bumble Bee
Bumble Bee - avatar
7 Answers
+ 9
Try it in this way #include <iostream> Using namespace std; Int main() { //your code goes here cout<<"Every programmer is an author. "; return 0; }
11th Feb 2021, 2:23 AM
Aysha
Aysha - avatar
+ 3
Hi Bumble Bee, if you post the link to the code coach, it will only take us to our own code, not yours. Since this is a pro challenge, normal users won't even be able to see the task. Please copy your code to a playground project and link to that instead so that we can see the code. It would also be helpful if you could include a description of the task/ what you are trying to achieve (for non-pro users) and what your code does/ where it fails.
10th Feb 2021, 5:51 PM
Shadow
Shadow - avatar
+ 2
Use cout to print output.
10th Feb 2021, 7:55 PM
Sonic
Sonic - avatar
+ 1
Show your attempt first
10th Feb 2021, 5:49 PM
Atul [Inactive]
+ 1
Just copy your code and paste it here
10th Feb 2021, 5:51 PM
Atul [Inactive]
+ 1
#include <iostream> using namespace std; int main() { /*your code goes here quote - "Every programmer is an author." */ return 0; }
10th Feb 2021, 5:53 PM
Bumble Bee
Bumble Bee - avatar
+ 1
got it man
12th Feb 2021, 4:47 PM
Bumble Bee
Bumble Bee - avatar