学习目标 回顾JavaSE 学习内容 1.float f=3.4;是否正确? 2.Java有没有goto? 3. &和&&的区别? 4.Math.round(11.5) 等于多少?Math.round(-11.5)等于多少?