soal
Tulis rumus berikut dalam notasi algoritmik pseudocode
V = (4/3)* П r3
X = (-b + 2c2 +4ab)/2c
M = a - b (1 – b/cd)
3ac
Jawaban :
{notasi algoritmik psedeucode menghitung volume bola}
DEKLARASI
V,phi <-- 3.14,r:float
ALGORITMA
read(r)
V <-- (4/3)* phi* r*r*r
write (V)
{notasi algoritmik psedeucode mencari nilai X}
DEKLARASI
a,b,c:integer
X:float
ALGORITMA
X <-- ((-b) + 2c*c +4*a*b)/2*c
Write(X)
{notasi algoritmik psedeucode mencari nilai M}
DEKLARASI
a,b,c,d,M:float
ALGORITMA
M <-- (a – b)* (1 – b/c*d)/(3*a*c)
write(m)
Tidak ada komentar:
Posting Komentar
berkomentarlah untuk membagi ilmumu