Unary Operators in Java with Examples · int num = 100; int num2 = -num; //value of num2 is -100 · int x = 10, y = 5, z = 100, sub; //this is minus(-) arithmetic ...
確定! 回上一頁