Advertisement
Kagalive

functions.cpp

Sep 30th, 2020
753
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.06 KB | None | 0 0
  1.  
  2.  
  3. double add2(double x, double y) {
  4.  
  5.     return x + y;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement