write a vb script to display
*****
*****
*****
*****
*****
Answer Posted / prathyusha
for i=1 to 5
for j=1 to 5
v=v&"*"
next
n=n&vbcrlf&v
next
msgbox n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How will you compare two strings in vbscript?
Explain about constants in vb script?
What are class properties?
can anyone tell me the procedure of interview held in applabs
How will you convert a given number to long in vbscript?
How to get the length of the string by making use of the string function?
What are string functions in vbscript?
Can automation testing find ssame no. of bugs what we can find by manual testing?
Is VB Script Case sensitive or Case insensitive?
What is event handling in vbscript?
What is the main difference between function and sub-procedure?
how to automatically update the sql server2005 database records when insert in vb6?
How will you get a subset of a array in vbscript?
Which constant is used for print and display functions and works as same as pressing enter key?
What are events in the vbscript language?