JAVA For Beginners | Basic Operators and Operator Precedence

preview_player
Показать описание
The precedence of an operator specifies how "tightly" it binds two expressions together. For example, in the expression 1 + 5 * 3 , the answer is 16 and not 18 because the multiplication ("*") operator has a higher precedence than the addition ("+") operator. Parentheses may be used to force precedence, if necessary.
Рекомендации по теме
join shbcf.ru