Statement If-Else Untuk Menyelesaikan

Share On :
Membaca Bilangan: Ambil sebuah angka sebagai input dari user, dan outputnya berupa kata yang sesuai dengan angka. Angka dimasukan antara 1-10. jika user memasukan nilai yang tidak sesuai berikan output "invalid number" :




Jawab :
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/

/**
*
* @author SiNyO
*/
public class baca_bilanganpakeifelse {
public static void main(String[] args) {
BufferedReader dataIn=new BufferedReader(new InputStreamReader(System.in));
String angka="";
String huruf="";
System.out.print("Input Angka: ");
try{
angka=dataIn.readLine();
}catch(IOException e){
System.out.println("Erorr!");
}
if(1==Integer.parseInt(angka)){
System.out.println("SATU");
}
else if(2==Integer.parseInt(angka)){
System.out.println("DUA");
}
else if(3==Integer.parseInt(angka)){
System.out.println("TIGA");
}
else if(4==Integer.parseInt(angka)){
System.out.println("EMPAT");
}
else if(5==Integer.parseInt(angka)){
System.out.println("LIMA");
}
else if(6==Integer.parseInt(angka)){
System.out.println("ENAM");
}
else if(7==Integer.parseInt(angka)){
System.out.println("TUJUH");
}
else if(8==Integer.parseInt(angka)){
System.out.println("DELAPAN");
}
else if(9==Integer.parseInt(angka)){
System.out.println("SEMBILAN");
}
else if(10==Integer.parseInt(angka)){
System.out.println("SEPULUH");
}
else{
System.out.println("Nomer Salah");
}
}
}


0 komentar:

Post a Comment

  • Mahasiswa STMIK Duta Bangsa
  • description
  • description
  • description
  • description
  • description
  • description
  • description

Free Hosting

Free Hosting

My Blog List

A
B
C
     
D
E
F
DuGMp3    
G
H
I
Goo Otomotif HouseofScript  
J
K
L
Java Hotline    
M
N
O

My Games Collection

MeLangKah LeBih MaJu

   
P
Q
R
Pamella Decoration    
S
T
U
Studied WaLL    
V
W
X
     
Y
Z
0-9
     









Join....!


Free Domain

Free Domain

SiNyO. Powered by Blogger.