Pages

Selasa, 07 Agustus 2012

BAB 1B : Percabangan - If Then, Multi Condition

Solusi BAB 1B : Percabangan - If Then, Multi Condition



program ifthen;
var N : integer;
begin
read(N);
if (N>0) and (N mod 2=0) then writeln(N);
readln end.

Tidak ada komentar:

Posting Komentar