Write a program to print "Every programmer is an author.". Don’t forget to put a punctuation mark at the end of the quote. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Write a program to print "Every programmer is an author.". Don’t forget to put a punctuation mark at the end of the quote.

Please help me there.. what I've done so far #include <iostream> using namespace std; int main() { cout<<"\"Every programmer is an author:\""<<endl; return 0; }

4th Feb 2021, 3:41 PM
Abdulmahat
Abdulmahat - avatar
7 Antworten
+ 1
Please show what you have tried so far
4th Feb 2021, 3:52 PM
Atul [Inactive]
+ 1
Just use "cout<<" for it
4th Feb 2021, 3:53 PM
Atul [Inactive]
0
bruh, you're just gonna need to print that out. simple.
4th Feb 2021, 3:52 PM
Rellot's screwdriver
Rellot's screwdriver - avatar
0
not sure if you need to output quotes themselves... however, I'm sure your code doesn't output the correct punctuation mark (you are using ':' while model has '.')
4th Feb 2021, 4:14 PM
visph
visph - avatar
0
you are required to leave a punctuation mark(.) at the end of your code int main (){ cout<<"every programmer is an author."<<end; }
8th Mar 2021, 2:51 AM
CWABY DANIELS
CWABY DANIELS - avatar
0
Not work
30th Mar 2021, 1:34 PM
SHUJAAT ALI
SHUJAAT ALI - avatar
- 1
Youre using the comment symbol and thats why the compiler skips the part that its supposed to print. Use only the double quotation marks
3rd May 2021, 7:27 AM
Angel Ejugh