Pages

K-On

Info Anime K-On

123

Minggu, 12 Oktober 2014

Looping Php

Ini Adalah Script Looping PHP : !--php if ($metode=="genap") for($a=$angka1;$a=$angka2;$a++) { if ($a % 2==0) echo "$a"; echo " "; } elseif($metode=="ganjil") for($a=1;$ang...

Konversi Suhu Pascal

Ini Adalah Script Untuk Membuat Aplikasi Sederhana Konversi Suhu : uses crt; label Celcius,Reaumur,Fahrenheit,Kelvin,awal,akhir; var C,F,R,K,jumlah:real; pilih,ulang:string; begin clrscr; awal: clrscr; textcolor(red);writeln('---------------------------PROGRAM KONVERSI SUHU--------------------------------'); writeln(''); writeln(''); textcolor(white);writeln('Pilih jenis suhu: '); writeln(''); textcolor(red);writeln('1.Celcius'); textcolor(blue);writeln('2.Fahrenheit'); textcolor(white);writeln('3.Reaumur'); textcolor(green);writeln('4.Kelvin'); writeln(''); textcolor(white);write('Masukkan...