<html>
<head>
<title> başlık </title>
</head>
<script type="text/javascript">
var a=5;
if(a%2==0)
{
document.write("a çift");
}
else
document.write("a tek");
</script>
</html>
Hiç yorum yok:
Yorum Gönder