0
I can't get done with the my first c++ code Coach... I don't know what I'm doing wrong
11 Réponses
+ 2
Try it with capital L
Console.WriteLine("My first C# Code Coach!");
+ 1
Post your code and the name of the code coach and/or task description and someone will help
0
It's like lesson 2 or 3... cout << "my first code Coach"! ;
0
I'm not someone who knows c++, but maybe it's because you have an exclamation mark outside of the quotation marks ?
0
I tried putting it on both side but have made no progress
0
re-read the lesson, it will help
0
I've re read the lesson like 50 times lol I've tried like 20 different ways and it's just not working
0
Alex Wylde , this is my solution that worked:
#include <iostream>
using namespace std;
int main() {
cout << "My first C++ Code Coach!";
}
0
What's the top ?
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