Showing posts with label pemrograman. Show all posts
Showing posts with label pemrograman. Show all posts

17 Dec 2009

Bahasa C++

contoh program bahasa C++
teknik counter

-->
#include "conio.h"
#include "stdio.h"
void main()
{
int N,T;
N=0;
T=7;
awal:
N=N+1;
T=T-N;
if(N==3)
Read more