Tugas praktikum algo 1

#include <conio.h>                                                       // berfungsi sebagai header file conio
#include <iostream.h>                                                  // berfungsi sebagai header file iostream

void main()                                                                    // berfungsi sebagai nama judul
{                                                                                     // berfungsi sebagai awal eksekusi program
cout<<"Nama : SITI NURHASANAH \n";                  // berfungsi sebagai text diskripsi
cout<<"NIM : 173100009 \n";                                      // berfungsi sebagai text diskripsi
cout<<"Mahasiswa UAA prodi Sistem Informasi";     // berfungsi sebagai text diskripsi
getch();                                                                          // berfungsi untuk menahan tampilan text
}                                                                                    // berfungsi sebagai tubuh eksekusi program

Komentar

Postingan Populer