Write the missing parts of the code to create the output below.
class MyClass {
public:
void myMethod () {
cout << "I Love Programming!";
}
};
int main () {
myObj;
myObj. ();
return 0;
}
Answers
Answered by
0
Answer:
◦•●◉✿follow me and mark me as brainlist please✿◉●•◦
Similar questions