#include <iostream> using namespace std; //Compiler version g++ 6.3.0 int main() { int myVariable = 10; "Cout" << "myvari | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

#include <iostream> using namespace std; //Compiler version g++ 6.3.0 int main() { int myVariable = 10; "Cout" << "myvari

Kya mistake hai

26th Aug 2020, 11:11 AM
JASHANPREET SINGH
5 Answers
0
Aniket Sandhilya in your fixed code. you forgot the int main() statement.
26th Aug 2020, 12:23 PM
Rellot's screwdriver
Rellot's screwdriver - avatar
0
#include <iostream> using namespace std; //Compiler version g++ 6.3.0 int main() { int myVariable = 10; "Cout" << "myvariable" ; }
27th Aug 2020, 12:12 PM
JASHANPREET SINGH
0
#include <iostream> using namespace std; //Compiler version g++ 6.3.0 int main() { int myVariable = 10; "Cout" << "myvariable" ; } Still have some problem???
27th Aug 2020, 12:13 PM
JASHANPREET SINGH
0
Plz help
27th Aug 2020, 12:14 PM
JASHANPREET SINGH
0
No double quotes for cout
27th Aug 2020, 1:06 PM
DERP
DERP - avatar