#include #include "arv5.h" int main(void){ Arv5 a(14); a.kirjuta(); cout << "Arve on " << Arv5::votaKogus() << endl; return 0; }