<html>
<head>
<title>Javascript - dzia³ania matematyczne</title>
<script language=javascript type="text/javascript">document.writeln("<br> 5 pomno¿one przez 7 = ")
document.writeln(5*7)
document.writeln("<br>7 podzielone przez 3 wynosi: ")
document.writeln(7/3)
document.writeln("<br>25 minus 11 wynosi ")
document.writeln(25-11)
document.writeln("<br>11 dodac 17 wynosi ")
document.writeln(11+17)
document.writeln("<br>11 modulo 7 wynosi ")
document.writeln(11%7)
</script>
</head>
<body>
<br><br>
<a href="
http://www.programowanie.darmowefora.pl/"> Skrypt na stronie </a>
<br>
</body>
</html>