level 1
if(input==2)
{
System.out.println("YOU GET A SPHERE! Lets try to figure out the volume of cube!!\nPlease input any numbers");
num=keyboard.nextInt();
multiply=
System.out.println("\nYour answer is : " +multiply );
}
就是这里啊 num是 int π是double 我得乘起来怎么写啊QAQQQQ
2016年09月30日 07点09分