Headlines News :
Home » » Program Pascal menghitung volume kerucut

Program Pascal menghitung volume kerucut

Written By Mangku on Rabu, 30 November 2011 | 12.29

Program menghitung volume kerucut         
program hitung;

uses wincrt;

const
phi = 3.14;

var
n : byte;
t,r,v : real;

begin

clrscr;
writeln ('Pilihan Perhitungan');
writeln ('1. Volume Kerucut');
writeln ('2. Gak Jadi!');
writeln ('Pilih sesuai keinginan');readln(n);

case n of

1: begin
writeln ('masukkan jari-jari dan tinggi');readln(r,t);
v:= 1/3 * phi * r * r * t ;
writeln ('Volume Kerucut:',v:9,2);
end;
end;
end.










Share this article :

0 komentar:

Speak up your mind

Tell us what you're thinking... !

Sponsor

Dragon Nest BarongNET

Followers

Kotak Pesan

Klik Sponsor Donk!!

 
Support : Creating Website | Johny Template | Mas Template
Proudly powered by Blogger
Copyright © 2011. Sekala Niskala™ - All Rights Reserved