【正文】
4?!璦pple = inputbox(“apple=”) if apple=5 then money=3*apple else money=3*5+(apple5)*3* end ifprint money一元二次方程求根:ax2+bx+c=0 … a=inputbox(“a=”)b=inputbox(“b=”)c=inputbox(“c=”)d=b*b4*a*cIf d=0 then X1=(b+sqr(d))/(2*a) X2=(bsqr(d))/(2*a) Print x1,x2Else Print “無(wú)實(shí)解”End if 判斷三個(gè)數(shù)是否能