Guest User

Untitled

a guest
Apr 19th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. function hipotenusa() {
  2.  
  3. var c_ady; var c_op;
  4.  
  5. hipot= Math.sqrt((c_ady*c_ady) + (c_op*c_op));
  6.  
  7. }
Add Comment
Please, Sign In to add comment