Kasus 5.2

Buatlah fungsi untuk menentukan bilangan terbesar dari 2 bilangan :







Algoritma :

input a,b
if (a<b) then return a
else return b

Share this

Related Posts

Previous
Next Post »