Uses crt;
Var a:integer;
Begin
Clrscr;
Writeln(‘input nilai:’);
Readln(a);
If(a mod 2 = 0) then
Writeln (a,’adalah bilangan genap’)
Else
Writeln (a,’adalah bilangan ganjil’);
Readln;
End.
You can replace this text by going to "Layout" and then "Page Elements" section. Edit " About "
0 komentar:
Posting Komentar