+ 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; }
6 Answers
+ 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.
+ 2
Use cout to print output.
+ 1
Show your attempt first
+ 1
Just copy your code and paste it here
+ 1
#include <iostream>
using namespace std;
int main() {
/*your code goes here
quote - "Every programmer is an author." */
return 0;
}
+ 1
got it man