Notes
Notes - notes.io |
<script language="jscript" type="text/javascript">
var say=parseInt(prompt("Bir sayı giriniz: "));
if(say%2==0)
alert("Sayı çift sayı")
else
alert("Sayı cift sayı")
</script>
/*
Hata: parseint 'ten sonra süslü parantez açılmış. Normal parantez olmalı.<br>
+ çift sayıyı if koşulunun içinde de bulabiliriz
*/
--
Soru 2:
<script language="javascript" type="text/javascript">
var karar=confirm("Sayfadan Çıkmak İstediğinize eminmisiniz ?");
if(karar==true)
{
alert("Yine Bekleriz");
window.close();
}
else
{
alert("Bizimle kaldığınız İçin saolun");
}
</script>
--
Soru 3:
<script>
function topla()
{
alert(s1+s2);
}
function cikar()
{
alert(s1-s2);
}
var s1=parseInt(prompt("İlk Sayıyı Giriniz: "));
var s2=parseInt(prompt("İkinci Sayıyı Giriniz: "));
var sec=prompt("Toplama İçin + Çıkarma İçin -");
if(sec=="+")
topla();
else
cikar();
</script>
--
Soru 4:
<form id="form1" name="form1" method="post" action="">
<label></label>
Sayıyı Giriniz :
<label>
<input type="girilen" name="" id="say" />
<input type="submit" onclick="cevap()">
</label>
</form>
<script language="jscript" type="text/javascript">
function cevap()
{
var girilen;
if(girilen%2 == 0)
{
alert("Girilen sayı çifttir")
}
else
{
alert("Girilen sayı tektir")
}
}
</script>
|
Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 12 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team