The Greatest Common Divisor of Two Integers
Algoritma :
1. Deklarasi
m,n : integer (input)
d : hasil Fpb (output)
2. Deskripsi
read (m,n)
a <- m%1
b <- n%1
d <- 1
write (a,b,fpb)
Flowchart :
c++ :
Minggu, 23 Maret 2014
Langganan:
Posting Komentar (Atom)
0 komentar:
Posting Komentar