Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const liczba = prompt('Podaj liczbe: ') * 1;
- if (liczba < 7){
- alert(`liczba: ${liczba} jest mniejsza od 7`);
- }
- else if (liczba > 7){
- alert(`liczba: ${liczba} jest większa od 7`);
- }
- else{
- alert(`liczba: ${liczba} jest równa 7`);
- }
Advertisement
Add Comment
Please, Sign In to add comment