๐Ÿ“šย Reference


๐Ÿ“œ Chapter


switch

Ternary operator (์‚ผํ•ญ ์—ฐ์‚ฐ์ž)

if, else if, else


if(condition1){

}else if(condition2){

}else{

}