Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. class RownanieKwadratowe
  5. {
  6. void czytaj_dane()
  7. {
  8.  
  9. }
  10. void przetworz_dane()
  11. {
  12.  
  13. }
  14. void wyswietl_dane()
  15. {
  16.  
  17. }
  18. };
  19. int main()
  20. {
  21. return 0;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement