tugas nEh

program mEnampilkan bilangan GenaP dari 20-120

/* File Program:bilangan genap.c */
/*crEaTeD by DyaH ReTno K */
#include<stdio.h>
main()
{
printf(“===============================\n”);
printf(“Bilangan GenaP antara 20-120\n”);
printf(“===============================\n”);
int x;
for(x=20;x<=120;x+=2)
printf(“%4d”,x);
}

Tinggalkan Balasan

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Ubah )

Twitter picture

You are commenting using your Twitter account. Log Out / Ubah )

Facebook photo

You are commenting using your Facebook account. Log Out / Ubah )

Connecting to %s

Ikuti

Get every new post delivered to your Inbox.