mashlukashova

Untitled

May 20th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #include "Header.h"
  2.  
  3. class Slovo
  4. {
  5. private:
  6. string slovo;
  7. string str2;
  8. int sum;
  9. public:
  10. int summa();
  11. int zamena();
  12. void set();
  13. void show();
  14. };
Add Comment
Please, Sign In to add comment