Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const liczba = Number(prompt('Podaj liczbÄ™', 0))
- if(liczba % 2 === 0) document.write(`Liczba ${liczba} jest parzysta`)
- else document.write(`Liczba ${liczba} jest nieparzysta`)
Advertisement
Add Comment
Please, Sign In to add comment