program c++ nya :
#include <iostream>
#include <string>
using namespace std;
int main()
{
int i;
i =1;
while (1)
{
cout << i << endl; i =i+1;
if (i>4)
break;
}
return 0;
}
raptornya :
Langganan:
Posting Komentar (Atom)
0 komentar:
Posting Komentar