I can't get done with the my first c++ code Coach... I don't know what I'm doing wrong | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I can't get done with the my first c++ code Coach... I don't know what I'm doing wrong

21st Jan 2023, 11:26 PM
Alex Wylde
Alex Wylde - avatar
10 Answers
+ 2
Try it with capital L Console.WriteLine("My first C# Code Coach!");
25th Jan 2023, 12:12 AM
ChommyChum
ChommyChum - avatar
+ 1
Post your code and the name of the code coach and/or task description and someone will help
21st Jan 2023, 11:30 PM
Lamron
Lamron - avatar
0
It's like lesson 2 or 3... cout << "my first code Coach"! ;
21st Jan 2023, 11:32 PM
Alex Wylde
Alex Wylde - avatar
0
I'm not someone who knows c++, but maybe it's because you have an exclamation mark outside of the quotation marks ?
21st Jan 2023, 11:34 PM
Lamron
Lamron - avatar
0
I tried putting it on both side but have made no progress
21st Jan 2023, 11:37 PM
Alex Wylde
Alex Wylde - avatar
0
re-read the lesson, it will help
21st Jan 2023, 11:44 PM
Lamron
Lamron - avatar
0
I've re read the lesson like 50 times lol I've tried like 20 different ways and it's just not working
21st Jan 2023, 11:46 PM
Alex Wylde
Alex Wylde - avatar
0
Alex Wylde , this is my solution that worked: #include <iostream> using namespace std; int main() { cout << "My first C++ Code Coach!"; }
21st Jan 2023, 11:52 PM
Lamron
Lamron - avatar
0
What's the top ?
21st Jan 2023, 11:54 PM
Alex Wylde
Alex Wylde - avatar
0
Required code that needs to be there for program to work without errors. As it says, it will be described in the following lessons. If you are a beginner I would recommend learning python first - much simpler
21st Jan 2023, 11:55 PM
Lamron
Lamron - avatar