0
I'm Supposed To Print I'm Almost Done To The Screen
#include <iostream> using namespace std; class MyClass { public: void myMidsem(){ cout <<"I'm Almost Done" << endl; } return 0; }; I'm Getting An Error 👆 Can Someone Help Me Out
1 Resposta
+ 5
Here's a hint in the form of an analogy: A car won't move unless there is a driver doing the "main" work.