Advertisement
Guest User

Untitled

a guest
Mar 26th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. cout << "Srednia artmetyczna dla Zakladu numer 1 = ";
  2. cout << srednia(Zaklad1,55) << "|"<< endl;
  3. cout << "Srednia artmetyczna dla Zakladu numer 2 = ";
  4. cout << srednia(Zaklad2,65) << "|" << endl;
  5. double siema2 = srednia(Zaklad2,65);
  6. double siema1 = srednia(Zaklad1,55);
  7. double wyniczek = siema2-siema1;
  8. cout << siema2-siema1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement