logo

Crowdly

Qual o output do seguinte programa supondo que é inicialmente chamado o procedim...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Qual o output do seguinte programa supondo que é inicialmente chamado o procedimento P?

sub P1(ByVal X as integer, ByRef Y as string)

Y = chr(asc(Y)-X)

end sub

sub P

Dim A as string

A= "D"

call P1(2,A)

call msgbox(asc(A)-asc("A"))

end sub

0%
0%
0%
100%
0%
More questions like this

Want instant access to all verified answers on moodle.lisboa.ucp.pt?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!