#include <iostream>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
using namespace std;
int main(int argc, char** argv) {
int n,i;
cout<<"Masukkan Nilai N"<<endl;
cin>>n;
for(i=1;i<=n;i++){
cout<<i;
}
return 0;
}
Output :
2 komentar
komentarWah ini c++ ya gan, pas banget ane lagi cari buat materi ane gan, makasih
Replywaaaaahhhhh....
Replywaktu di labkom pernah nyoba ini....