博客已持续运行3675天
 赏心乐事共谁论?花下销魂,月下销魂。
进入博客
不要停下脚步哪怕前方没有光
2.15
2017
Day3 笔记 选择结构if格式语句2及其使用
 
class Demo4_If {
	public static void main(String[] args) {
		//int a ;
		//a = 2 ;
		int x = 2;
		if (x == 1) {
			System.out.println("北方大区 欢迎您!");
		}else if (x == 2) {
			System.out.println("南方大区 欢迎您!");	
		}else if (x == 3) {
			System.out.println("体验服 欢迎您! 充值比例 : 1:200");
		}else if (x == 4) {
			System.out.println("双线服务器 欢迎您!");
		}else{
		System.out.println("抱歉!您选择的区号有误!无法为您跳转...");
		}
	}
}
上一篇
回到顶部
Powered by 顾羽宸. Written by . 浙icp备87656888号
在路上...     9.36ms