Computer Science, asked by dynamoh400, 11 months ago

DECLARE SUB Result( ) {Write output of this program}
CALL Result
END
SUB RESULT
N=9
C=1
WHILE C<=5
PRINT N
N=N*10+9
C=C+1
WEND
END SUB

Answers

Answered by shahidul07
1

Explanation:

question kya hai plz ask question properly...

Similar questions