| Deklarasi: |
| a, b, c :integer (input) |
| jumlah:integer (output) |
| Deskripsi: |
| Read (a,b,c) (a>0) |
| If (a>b) and (a>c) then write (‘Bilangan terbesar: ‘,a) |
| Else if(b>a) and (b>c) then write (‘Bilangan terbesar: ‘,b) |
| Else if (‘Bilangan terbesar: ‘,c) |
| For i ç to n do |
| Jumlah<–i++ |
| Then write (jumlah) |
| End for |
Tidak ada komentar:
Posting Komentar