4
Q:

google translate english to bengali

Scanner sc = new Scanner(System.in);
System.out.println("Your here to cheat on a test right?");
String answer = sc.nextLine();
if(answer.toLowerCase().equals("yes")){
	System.out.println("Me too, me too.");
}else if(answer.toLowerCase().equals("no")){
	System.out.println("Wow, such a suprise.");
}
13

New to Communities?

Join the community