Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. var ocena = prompt("Jaką masz ocenę z majcy mordo?");
  2. if (ocena == 1) {
  3. document.write("Lipa trochę");
  4. }
  5. else if (ocena <= 3){
  6. document.write("Gituwa w sumie");
  7. }
  8. else if (ocena <= 6){
  9. document.write("Nie kłam");
  10. }
  11. else{
  12. document.write("W polsce jesteśmy");
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement