/* demot.cpp Luokka, joka laskee demopisteit„ vl 6.3.2002 40% 50% 60% 70% 80% 90% 1 2 3 4 5 6 Ensimm„inen tavoite on p„„st„ testaamaan ohjelma avaa demot1a.cpp */ #include using namespace std; class cDemot { // 1. Mit„ minimiss„„n lis„tt„v„ jotta k„„ntyy }; int main(void) { cDemot demot; int pisteet = demot.getPisteet(45); // hyvityspisteet 45:ll„ teht„v„ll„ cout << pisteet << "\n"; return 0; }