Bootstrap

if 和switch

if

if (表达式 ture/false)

if

在这里插入图片描述

if else

if else if else

switch case

注意事项

  1. 有限个数 switch

  2. case 不能用浮点型

  3. break;

条件类型

char/int/short/byte

String

enum枚举类型

;