ruchamcimatke

statystyka.cpp

Mar 14th, 2018
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. #include "Statystyka.hh"
  4.  
  5. using namespace std;
  6.  
  7. void WyswietlProcenty(Statystyka stat){
  8.  
  9. cout << (stat.iloscPrawidlowychOdp*100/stat.iloscWszystkichOdp) << endl;
  10. }
Add Comment
Please, Sign In to add comment