contoh flowchart program - Review Gadget Terbaru Fajar Nugraha Wahyu

Breaking

Sunday 12 February 2017

contoh flowchart program

https://www.google.com/search?q=flowchart+halaman+admin&client=firefox-b-ab&source=lnms&tbm=isch&sa=X&ved=0ahUKEwim_rvDwYrRAhUEo48KHSrSDtcQ_AUICCgB#imgrc=YPstOs-75pNl6M%3A
Algoritma
Deklarasi
username, password <--string

Deksripsi
start
masuk halaman web
login page
input username
input password
submit
if username and password admin true
go to
admin page
else
login page
if username and password relawan true
go to
relawan page
else
login page
endif
end

Algoritma admin page
Deklarasi :
id <- int
nama <-string
wilayah <-string
no hp<-int
username<-string
password<-string

Deskripsi
start
admin page
go to sign volunteer
input id
input nama
input wilayah
input no hp
input username
input password
submit(data di database)
output(data)
end

Algortima Relawan page
Deklarasi :
kecamatan <- string
jml_DPT <- int
hakpilih <- int
s1 <-int
s2 <-int
s3 <-int
suara_sah <-int
suara_tdksah <- int
total_suara <- int
totalsuarakecs1 <- int
totalsuarakecs2 <- int
totalsuarakecs3 <- int
 totals1<-int
totals2<- int
totals3<-  int


Deskripsi
start
relawan page
input kecamatan
input  jml_DPT
input hakpilih
input s1
input s2
input s3
input suara_sah
input suara_tdksah
input  total_suara
submit
s1kec1+s1kec2+s1kec3+s1kecn <-totalsuarakecs1
totalsuarakecs1/suara_sah * 100% <-totals1

s1kec1+s1kec2s1kec3+s1kecn <-totalsuarakecs2
totalsuarakecs1/suara_sah * 100% <-totals2

s1kec1+s1kec2s1kec3+s1kecn <-totalsuarakecs3
totalsuarakecs1/suara_sah * 100% <-totals3

output(totals1, totals2, totals3)

end







No comments:

Post a Comment