int myNum = 5; // Integer (whole number) float myFloatNum = 5.99f; ... many numeric types in Java, the most used for numbers are int (for whole numbers) and ...
確定! 回上一頁