#include
int main (void)
{
int angka;
printf("Masukkan angka: ");
scanf("%d", &angka);
printf("angka ini ");
if(angka%2 == 0)
{ printf("genap"); }
else { printf("ganjil"); }
getch () ;
return 0;
}
rootlearn is the place to learn about courses, mobile phones, computers, music, and many more.
Copyright (c) 2010 Rootlearn. All rights reserved. Powered by Blogger
Blogger Templates created by Deluxe Templates
Images by Free CSS Templates.
0 comments:
Post a Comment