Belajar Dasar Program C + +
#include <conio.h>
#include <iostream.h>
int main(){
cout <<"Hello SMK 1 Ranah Ampek HUlu Tapan"<<endl;
cout <<"Semoga Sukses"<<endl;
getch ();
return (0);
}
#include <iostream.h>
int main(){
cout <<"Hello SMK 1 Ranah Ampek HUlu Tapan"<<endl;
cout <<"Semoga Sukses"<<endl;
getch ();
return (0);
}
Comments
Post a Comment
thanks