KASUS 5.1
PROGRAM C++:#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) {
for(int i=1;i<=4;i++)
cout<<i;
return 0;
}
//HASILNYA:
0 komentar:
Posting Komentar