CHANDRA-CJ

Results 2 comments of CHANDRA-CJ

import java.util.Scanner; class Whileloop { public static void main(String arg[]){ Scanner scanner = new Scanner(System.in); String question =" what is cat? "; String optionone =" animal "; String optiontwo ="...

//okay the .equals is case sensitive. problem solved import java.util.Scanner; class Whileloop { public static void main(String arg[]){ Scanner scanner = new Scanner(System.in); String question =" what is cat? ";...