- 4
DECLARE SUB Result () CALL Result END SUB. Result () N=5 C=1 WHILE C <=5 PRINT N N=N*10+5 C=C+1 WEND END output of the given.
3 Respostas
+ 2
What is this?
+ 2
A͢J it is VBA
0
Jonny Jiwan if the syntax errors are corrected then the output would be:
5
55
555
5555
55555