0
我一直在使用掃描儀來使用這段代碼,但我想使用JOptionPane來使用這段代碼和getPosNumber。我試過compareTo(),但它不工作。謝謝!使用getPosNumber()與JOptionPane
int height;
int length;
length = getPosNumber("What is the length of the rectangle?");
height = getPosNumber("What is the height of the rectangle?");