ALGORITMA DN PEMROGRAMAN

program kelulusan;
uses crt; 
var nilai:integer;
begin
write('masukkan nilai anda :'); readln(nilai);
if nilai>70 then writeln('LULUS')
else writeln('GAGAL');
readln; 
end.


NAMA :WENA WANTI
NIM    :201712051
Previous
Next Post »
Thanks for your comment