Facebook
From Scribby Mosquito, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 171
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Moja Strona</title>
  5. <meta charset="UTF-8">
  6. </head>
  7. <body>
  8. <script>
  9. x=promt ('podaj pierwsza liczbę');
  10. y=promt ('podaj drugą liczbę');
  11. </script>
  12. </body>
  13. </html>