DILARANG MEROKOK ! AREA BLOG INI BER AC

Jumat, 26 Februari 2010

Lat 2 Modul 1

1. Kode HTML

<HTML>
<HEAD>
<TITLE>Konversi Antar Sistem Bilangan</TITLE>
</HEAD>
<BODY BGCOLOR=PINK>
<SCRIPT LANGUAGE = "JavaScript">
<!--
var bil = new Number(25);
document.write("Bilangan Desimal : " +bil+ "<BR>");
document.write("<HR>");

document.write("Biner : " + bil.toString(2) + "<BR>");
document.write("Oktal : " + bil.toString(8) + "<BR>");
document.write("Heksa : " + bil.toString(16) + "<BR>");

//-->
</SCRIPT>
</BODY>
</HTML>

Contoh tampilan :

Tidak ada komentar:

Posting Komentar