Advertisement
gasaichan

pozhilaya_rabota

Dec 2nd, 2019
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     var d = prompt("Введите d");
  2.     var e = prompt("Введите e");
  3.     var f = prompt("Введите f");
  4.  
  5.     if (d <= f && d == 0) {
  6.       document.write("<p>I love JavaScript</p>");
  7.       f /= 5;
  8.     } else {
  9.       document.write("<h1>I love JavaScript</h1>");
  10.       f = d -1;
  11.     }
  12.  
  13.     alert(f);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement