joker546645

5_2 c

Dec 7th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.18 KB | None | 0 0
  1. #include <stdio.h>
  2. float nowy_exp(float x);
  3. int main()
  4. {
  5.     float wartosc_sumy, x = 1;
  6.     wartosc_sumy = nowy_exp(x);
  7.     printf("\nSuma wynosi %f \n", wartosc_sumy);
  8.     return 0;
  9. }
Add Comment
Please, Sign In to add comment