1. 程式人生 > >Java 語言基礎

Java 語言基礎

turn oop 控制流 con ava decision nts ranch ping

主要涉及:

變量:涉及定義、變量範圍

操作符:+ - * / 括號等運算符

聲明和表達式

控制流:條件控制判斷

the decision-making statements (if-then, if-then-else, switch),

the looping statements (for, while, do-while

the branching statements (break, continue, return)

Java 語言基礎