Rabu, 03 Oktober 2012

Program Matriks

NAMA : FAHMI SUTARNO NIM      : 12018084 KELAS : B  #include <cstdlib> #include <iostream> using namespace std; int main(int argc, char *argv[]) {     cout<< 1 " program matriks"endl;     cout<< 2 " nshgnemvkbdje"endl;      int n,mtx=0,mtx1=0;     cout<<"----PENGECEKAN MATRIX DIAGONAL----"<<endl<<endl;     cout<<"\nMasukkan  Matrix =";    ...



Selasa, 02 Oktober 2012

Program Faktorial

NAMA : FAHMI SUTARNO NIM      : 12018084 KELAS : B #include <cstdlib> #include <iostream> using namespace std; int faktorial (int a){     int i,hasil;    ...



Senin, 01 Oktober 2012

Panduan Meng-install Ubuntu

v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} 800x600 Normal 0 false false false IN ...



Program Class

#include <cstdlib> #include <iostream> using namespace std; class nama_kelas{       public:              nama_kelas(){                     cout<<"program kelas pertamaku\n\n";                               ...



cara menampilan nama,nim,kelas

#include <iostream> using namespace std; int main (int argc, char *argv[]) {     char quit;      quit = '\0';     while (quit != 'q')     {         cout << "Nama   : Fahmi Sutarno." << endl;         cout << "Nim    : 12018084" << endl;         cout << "\Kelas  : B\." << endl;        ...