write a vb script to generate the following pattern
*****
****
***
**
*
Answer Posted / mudaseer
for i=5 to 1 step -1
for j=i to 1 step -1
vstr=vstr & "*" & " "
next
vstr=vstr & vbnewline
next
msgbox vstr
| Is This Answer Correct ? | 30 Yes | 6 No |
Post New Answer View All Answers
Can u describe what kind of testing are for OTC derivates by banks.
Explain about constants in vb script?
What is vbscript language used for and which earlier language is it modeled upon?
How do you declare a variable in vbscript?
How can you fetch the value of a cookie?
Explain the extension .hta?
Mention how to access array data?
What are class properties?
Explain about vb script?
Mention what is byref and byval parameters in vbscript?
How will you release the memory acquired by an array variable in vbscript?
Explain the .wsf files?
What is vbscript procedures?
Mention what is the difference between vbscript and vba?
what is event handling?