Friday, July 26, 2019

contoh program menampilkan sebuah kalimat



PROGRAM



#include <iostream>
#include <conio.h>
using namespace std;
main ()
{
cout<< "STMIK TOP MARKOTOP Yogyakarta\n";
cout<< " jurusan teknik informatika\n";
}


No comments:

Post a Comment