码迷,mamicode.com
首页 > 其他好文 > 详细

if语句

时间:2019-11-29 23:39:33      阅读:81      评论:0      收藏:0      [点我收藏+]

标签:bsp   语句   class   int   扩展   最大   string   main   out   

/*单if语句  if else     if else if  扩展 if  else if

 

*/

public class if{

  public static void main(String[] agrs){

  int a=1;

  int b=4;

  if(a<b){

  System.out.println("最大值:"+b);

}

  System.out.println("最小值:"+c);

   int c=1;

  int v=5;

  if(c<v){

  System.out.println("你是猪");

}else{

  System.out.println("你才是");

}

  int z=51;

  int s=11

  int ff=15

 

  if(z<s){

  System.out.println("ha");

}else if(z<ff){

  System.out.println("wa");

}else if(s>ff){

  System.out.println("xixi");

}

 

}

}

if语句

标签:bsp   语句   class   int   扩展   最大   string   main   out   

原文地址:https://www.cnblogs.com/xzwx668/p/11960672.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!