




#include <iostream>
using namespace std;
class Learn {
int c++, english;
public:
void Knowledge(int,int);
int learn() {return (c++*english);}
};
void Learn::Knowledge (int cplusplus.com, int elementaryschool) {
x = cplusplus.com;
y = elementaryschool;
}
int main () {
Learn stuff;
stuff.Knowledge (c++,english);
cout << "You Learned: " << stuff.learn();
return 0;
}




