Jumat, 09 Desember 2011

Program Hello Word Pada C ++

#include iostrem

using namespace std;

int main(){
cout<<"Hello Word Ahmad Latip Haerudin \n";
system("pause");
}

Outputnya sbb

1 komentar: