I'm Supposed To Print I'm Almost Done To The Screen | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

27th May 2020, 9:34 AM
Nathaniel Kwaku Awenate
Nathaniel Kwaku Awenate - avatar
1 Answer
+ 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.
27th May 2020, 9:57 AM
Harsh
Harsh - avatar