Analysis program :
The program is to convert a numeric value to lower case by using the function if else. Using the integer data type as input the numerical value and char data type with the output value.
[sourcecode language="css"]
#include <iostream.h>
class nilai {
public :
void masukan();
void proses();
private:
int nilai;
char hasil;};
void nilai::masukan() {
cout<<"Masukkan Angka : ";cin>>nilai;}
void nilai::proses() {
if ((nilai>0) && (nilai <=20))
cout<<" hurufnya : E"<<endl;
else if ((nilai>20) && (nilai <=40))
cout<<" hurufnya : D"<<endl;
else if ((nilai>40) && (nilai <=60))
cout<<" hurufnya : C"<<endl;
else if ((nilai>60) && (nilai <=80))
cout<<" hurufnya : B"<<endl;
else if ((nilai>80) && (nilai <=100))
cout<<" hurufnya : A"<<endl;
else
cout<<"Angka tidak ada inputannya harus 0-100 !!!"<<endl;}
int main(){
nilai x;
x.masukan();
x.proses();
getch();
}
[/sourcecode]
Monday, 18 April 2011
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Nemu artikel bagus nih tentang agama. Gak ada salahnya saya posting, apalagi sebelum bulan ramadhan ini. TAKHALLI sesungguhnya berunt...
-
#include <cstdlib> #include <iostream> using namespace std; int floor(double x){ int a; ...
-
KATA PENGANTAR
Blog Archive
-
▼
2011
(95)
-
▼
Apr
(19)
- Menentukan Bilangan Prima
- Membuat Kalkulator sederhana
- Menghitung Deret 1-1/2+1/3-1/4+..+1/n
- Merubah Nilai ke Huruf
- Specifies the Day of the input numbers
- Algoritma dan Program menentukan Tahun Kabisat
- Algoritma dan Program Mencari luas Lingkaran dan v...
- Contoh Form dan Frame diHTML
- Mencari KPK c++
- Menentukan tahun Kabisat ( Jeliot )
- Menentukan FPB
- Program Sederhana menentukan angka habis di bagi 3...
- Menentukan Persamaan Kuadrat (Akar Imajiner)
- Membuat tabel dan hyperlink di HTML
- PILIHAN SULIT
- Mencari Luas Lingkaran dan Volum Bola ( versi Jeli...
- Netbook Saya
- Program C++ Mengisi BBM
- Kiat Berbisnis Dengan Keamanan Sistem Handal Melal...
-
▼
Apr
(19)
|
[close]
Powered by Blogger.
0 komentar:
Post a Comment