wiktormadera

Zad5JS

Nov 27th, 2020
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const a = Number(prompt('Podaj liczbę a', 0))
  2. const b = Number(prompt('Podaj liczbę b', 0))
  3.  
  4. document.write(`Suma liczb a: ${a} i b: ${b} wynosi ${a + b}`)
Add Comment
Please, Sign In to add comment