Template by:
Free Blog Templates

Sabtu

Bilangan Naik

Soal :
Buatlah program untuk menghitung 10 deret bilangan naik.

Jawab :

#include "stdio.h"
#include "iostream.h"
#include "conio.h"

main()
{
int a;

for (a=1;a<=10;a++)
cout<
getch();
}

Tampilannya :

0 komentar:

Posting Komentar