(int)(Math.random()*6) + 1. does the computation you need to select a random integer between 1 and 6. You can assign this value to a variable to represent ...
確定! 回上一頁