This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Jumat, 30 November 2012

ARRAY dalam C++

#include<stdio.h>#include<conio.h>#include<iostream.h>main(){ int i; struct { char nim[5]; char nama[15]; float nilai; } mhs[5]; clrscr(); for(i=1; i<=2; i++) { cout<<"masukan NIM = "; cin>>mhs[i].nim; cout<<"masukan Nama = "; cin>>mhs[i].nama; cout<<"masukan Nilai Akhir = "; cin>>mhs[i].nilai; } cout<<endl; cout<<"data Mahasiswa"<<endl; for(i=1;...

Minggu, 25 November 2012

FUNCTION DALAM C++

v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Normal 0 false false false false EN-US X-NONE X-NONE ...