Data Structure and Algorithm. leetcode/lintcode题解/算法学习笔记
int snow={0,10,20,30,21,11,2,5,9};int temp={11,20,30,40,50,22,33,12};
int tempIf (snow>20)&&(temp<20);{ System.out.println("Oh terrible!"); else if (snow<20);{ System.out.println("still cold"); else if(temp>20);{ system.out.println("oh that's nice~"); } }}