Jumat, 17 Agustus 2012

PROGRAM TRANSFOSE MATRIKS

TUGAS BAHASA PEMROGRAMAN #include <iostream.h> #include <stdio.h> #include <conio.h> #include <iomanip.h> void main() {    char nama[29],NIM[20],lagi;    int **XY;    int baris,kolom;    clrscr();    cout<<"\t<<<<<TUGAS V BAHASA PEMROGRAMAN>>>>>\n"<<endl;    cout<<"\t   TEKNIK ELEKTRO 2011/2012\n"<<endl;    cout<<"NAMA        : WAESAL...