Computer Science, asked by jardelizaladyprinces, 4 months ago

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 eshanyarathod
0

Answer:

◦•●◉✿follow me and mark me as brainlist please✿◉●•◦

Similar questions