First Initialize both wallHeight and wallWidth to a temporary value (we'll use 0) in the class: double wallHeight = 0; double wallWidth = 0;.
確定! 回上一頁