Guest User

Untitled

a guest
Jun 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.04 KB | None | 0 0
  1. $x = 5;
  2. $y =20;
  3.  
  4. $e = $x + $y;
  5. echo $e;
Add Comment
Please, Sign In to add comment