Selamat Datang Di Blogg Saya

Sabtu, 25 Juni 2011

contoh program sederhana

#include <iostream.h>
#include <conio.h>
void main()
{
float IP;
clrscr();
cout<<"Masukkan Indeks prestasi anda:"; cin >> IP;
if (IP>=0 && IP <=2.0)
cout<<"Maksimum SKS yang boleh diambil= 10"<<endl;
else if (IP>=2.01 && IP<=3.0)
cout<<"Maksimum SKS yang boleh diambil= 20"<<endl;
else if (IP>=3.01 && IP<=4.0)
cout<<"Maksimum SKS yang boleh diambil= 25"<<endl;
else cout<< "IP ilegal !!"<<endl;
}

0 comments:

Posting Komentar