Pseudocode:
Step 1 : start
Step 2 : a ß input angka
Step 3 : if a > 0 then, yes menuju step 4, No menuju step 5
Step 4: print “bilangan positif”
Step 5: if a= 0 then, yes menuju step 6, no, menuju step 7
Step 6 : print “bilangan netral”
Step 7: print “bilangan negatif”
Step 8 : end
Posting Komentar untuk "Menentukan Bilangan Positif / Negatif - Raptor"