switch - المحول

 












import java.util.Scanner;


public class sswwre {


public static void main(String[] args) {

Scanner s=new Scanner(System.in);

System.out.println("hello this progrm can translate from English to turkis");

System.out.println(" enter your word");

String word = s.nextLine();

switch ( word ) { 

case "hi" : System.out.println("merhaba");

break ;

case "name" : System.out.println("adi");

break ;

case "good " : System.out.println("iyi");

break ;

case "you" : System.out.println("sen");

break ;

case "dog" : System.out.println("kobek");

break ;

case "money" : System.out.println("para");

break ;

case "humen" : System.out.println("insan");

break ;

case "job" : System.out.println("is");

break ;

case "car" : System.out.println("araba");


break ;

default : System.out.println(" we dont have this word in our dictionery woud you like to add it");

}

}





}




إرسال تعليق

أضف تعليقك على المقال

أحدث أقدم