Senin, 24 September 2012

Tugas1 Dasar-Dasar Pemrograman


#include <cstdlib>
#include <iostream>

using namespace std;

int main(int argc, char *argv[])
{
    char nama [25];
    int nim;
    char kelas [25];
   
    cout<<"Program Biodata Mahasiswa"<<endl;
    cout<<"Masukkan Nama    : ";
    cin>>nama;
    cout<<"Masukkan NIM     : ";
    cin>>nim;
    cout<<"Masukkan Kelas   : ";
    cin>>kelas;
   
    cout<<"dan inilah Biodata Mahasiswa:"<<endl;
    cout<<"Nama       : "<<nama<<endl;
    cout<<"NIM        : "<<nim<<endl;
    cout<<"Kelas      : "<<kelas<<endl;
   
   
   
    system("PAUSE");
    return EXIT_SUCCESS;
   
}

Rabu, 19 September 2012

reflection of the second meeting STRUKTUR DATA



second meeting lecture really made me confused. because not mepersiapkannya. I've actually read sekenarionya. but I suppose the friends of the TP I've prepared. apparently not. at the lecture today made me realize it is important to prepare before classes begins. though do not understand what it means but at least know their duties.

I actually do not understand the purpose of the STRUCT and CLASS. Our discussion group was also not understand the application of struct and class together in a single program. that is why in our presentation, we were confused what want in persentasikan.

I worry if I still do not understand struct and class that would make me difficult to understand subsequent material ..
I hope if intentions and diligently i can past this second meeting. hopefully more mentoring can help me ... amen ..

\ * o * /

reflection of the first meeting STRUKTUR DATA



bismilahhirohmannirrohim

today the first meeting of a data structure. I knew from day one bonus value already started. but I deliberately late, it is not for getting a bonus value just that I feel that I've been trying to find the value of bonuses and instead only made ​​that mistake once and lost opportunity, it really makes me more upset. and I do not want to feel disappointed.

I'm afraid if i feel disappointed because i are not received my bonus value not spirit to learn the structure of the data. i think lectures are not only looking for bonus points but to understand what is learned. value can not necessarily make us better, but understanding can make us better in applying.

I hope,, hopefully I can be more accepting and understanding the data structures. starting from the first meeting to discuss BASIC PROGRAMMING C + +. because this is a battle I have  to fight..

fighting fighting ... :)