#include <iostream>
using namespace std;
int main() {
cout << myVar;
return 0;
}
prog.cpp: In function ‘int main()’: prog.cpp:5:11: error: ‘myVar’ was not declared in this scope 5 | cout << myVar; | ^~~~~