Guest User

Untitled

a guest
Nov 13th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var numb1 = prompt('Введите 1-е число','');
  2. var numb2 = prompt('Введите 2-е число','');
  3. var sum = numb1 + numb2;
  4. alert(sum);
Advertisement
Add Comment
Please, Sign In to add comment