#include "stdafx.h"
#include "iostream"
using namespace
std;
int main()
{
int
c,n;
c = 1;
cout<<"Input Jumlah Perulangan =";cin>>n;
while
(c <= n)
{
cout<<c<<"."<<" ContohProgramKu.blogspot.com "<<endl;
c++;
}
system ("pause");
return
0;
}Output Program :
No comments:
Post a Comment