Advertisement
ruchamcimatke

statystyka.hh

Mar 14th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #ifndef STATYSTYKA_HH
  2. #define STATYSTYKA_HH
  3.  
  4.  
  5.  
  6. struct Statystyka{
  7. unsigned int iloscPrawidlowychOdp;
  8. unsigned int iloscWszystkichOdp;
  9. };
  10.  
  11. void WyswietlProcenty(Statystyka stat);
  12.  
  13. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement