Beautiful Thing!
Pages
Home
About Me
CERITA PENDEK
GALERY
Friday, 10 August 2012
Konversi Bilangan Desimal ke Hexadesimal
0){ $hasil=$decimal%16; switch($hasil){ case 0; $hexa.="0"; break; case 1; $hexa.="1"; break; case 2; $hexa.="2"; break; case 3; $hexa.="3"; break; case 4; $hexa.="4"; break; case 5; $hexa.="5"; break; case 6; $hexa.="6"; break; case 7; $hexa.="7"; break; case 8; $hexa.="8"; break; case 9; $hexa.="9"; break; case 10; $hexa.="A"; break; case 11; $hexa.="B"; break; case 12; $hexa.="C"; break; case 13; $hexa.="D"; break; case 14; $hexa.="E"; break; case 15; $hexa.="F"; default:break; } if($decimal/16==0){ $sisa=($decimal%16); $decimal=$sisa; }else{ $sisa=($decimal/16); $decimal=$sisa%16; }} $result = strrev($hexa); echo "Bilangan $original (desimal) dalam hexa adalah $result.
Back
to the script"; } } else { ?>
Konversi Bilangan ke Biner
Masukkan Bilangan Desimal disini (cepat!!!);
",$_SERVER['PHP_SELF']; ?>
Ini adalah coding PHP untuk menampikan
Konversi Bilangan Desimal ke Hexadesimal
Gambar diats adalah codingan tersebut, saya print screen karena ada tugas dari guru PHP saya :D
Semoga bermanfaat ya teman-teman ! Selamat Mencoba !
Salam Beautiful Thing!
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment