• 2021-04-14
    执行下面的程序,输出结果是___________。PrivateSubCommand1_Click()DimaAsInteger,bAsInteger,cAsIntegera=3b=4c=5Printf2(c,b,a)EndSubPrivateFunctionf1(xAsInteger,yAsInteger,zAsInteger)f1=2*x+y+3*zPrintf1;EndFunctionPrivateFunctionf2(xAsInteger,yAsInteger,zAsInteger)f2=f1(z,x,y)+xPrintf2;EndFunction