• 2021-04-14 问题

    有如下函数过程:Functionsecproc(xAsInteger,yAsInteger,zAsInteger)secproc=3*yz2*xEndFunctionPrivateSubCommand1_Click()DimaAsInteger,bAsInteger,cAsIntegera=2:b=3:c=4Printsecproc(c,b,a)EndSub该程序的运行结果是()。

    有如下函数过程:Functionsecproc(xAsInteger,yAsInteger,zAsInteger)secproc=3*yz2*xEndFunctionPrivateSubCommand1_Click()DimaAsInteger,bAsInteger,cAsIntegera=2:b=3:c=4Printsecproc(c,b,a)EndSub该程序的运行结果是()。

  • 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

    执行下面的程序,输出结果是___________。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

  • 1