joker546645

Avg c

Jan 8th, 2018
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.15 KB | None | 0 0
  1. #include <stdio.h>
  2. int main()
  3. {
  4.     float oceny[5] = { 1,2,3,4,5 };
  5.     float wagi[5] = { 1,2,4,2,1 };
  6.     float kupa = avg(5, oceny, wagi);
  7.     return 0;
  8. }
Add Comment
Please, Sign In to add comment