Example #1
0
int main()
{
    Computer compute;
    compute.setSpeed(100);

    cout << compute.readSpeed() << endl;
}