java-if-else-switch3

Run Settings
LanguageJava
Language Version
Run Command
public class Test { public static void main(String args[]){ int x = 30; if( x == 10 ){ System.out.print("Value of X is 10"); }else if( x == 20 ){ System.out.print("Value of X is 20"); }else if( x == 30 ){ System.out.print("Value of X is 30"); }else{ System.out.print("这是 else 语句"); } } }
Editor Settings
Theme
Key bindings
Full width
Lines