tempat BERJUANG
About Me
- arista WHIE
- hai.. welcome to my blog... namaku wiwik.. Asli BALI.. aku kuliah di ITS jurusan STATISTIKA.. NRP 1311100020.. silahkan menikmati blogku.. see it n' enjoy it... semoga bermanfaat... kalau ad kurang g usah sungkan kasi komentar ya..
Diberdayakan oleh Blogger.
Pengikut
Arsip Blog
Minggu, 30 Oktober 2011
mengitung nilai mata kuliah
program nilai_makul;
uses wincrt;
var A, AB, B, BC, C, D, E : string;
i:integer;
begin
writeln ('nilai mata kuliah= ') ;readln (i);
if i<0 then write ('tidak terdefinisi') else if i>0 then
if (i)<41 then write ('E')
else
if (i)<61 then write ('D')
else
if (i)<66 then write ('C')
else
if (i)<71 then write ('BC')
else
if (i)<76 then write ('B')
else
if (i)<81 then write ('AB')
else
if (i)<101 then write ('A')
end.
uses wincrt;
var A, AB, B, BC, C, D, E : string;
i:integer;
begin
writeln ('nilai mata kuliah= ') ;readln (i);
if i<0 then write ('tidak terdefinisi') else if i>0 then
if (i)<41 then write ('E')
else
if (i)<61 then write ('D')
else
if (i)<66 then write ('C')
else
if (i)<71 then write ('BC')
else
if (i)<76 then write ('B')
else
if (i)<81 then write ('AB')
else
if (i)<101 then write ('A')
end.
Langganan:
Posting Komentar (Atom)
0 komentar:
Posting Komentar