MeehoweCK

Untitled

Oct 7th, 2020
1,990
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.23 KB | None | 0 0
  1. int main()
  2. {
  3.     int tablica[ 999 ];
  4.     wylosujLiczby( tablica, 999, 4, 10 );
  5.     wypiszLiczby( tablica, 999 );
  6.     int iSuma = obliczSume( tablica, 999 );
  7.     cout << "Suma liczb wynosi: " << iSuma << endl;
  8.     return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment