you need to have a variable name so as to initialise it;for instance, int number = 5; int constant = 4; double raise = 0; raise = Math.pow( ...
確定! 回上一頁