Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Can u describe what kind of testing are for OTC derivates by banks.

2194


Explain about constants in vb script?

1078


What is vbscript language used for and which earlier language is it modeled upon?

1059


How do you declare a variable in vbscript?

1115


How can you fetch the value of a cookie?

1062


Explain the extension .hta?

1013


Mention how to access array data?

1079


What are class properties?

1226


Explain about vb script?

1273


Mention what is byref and byval parameters in vbscript?

1050


How will you release the memory acquired by an array variable in vbscript?

1274


Explain the .wsf files?

1035


What is vbscript procedures?

1194


Mention what is the difference between vbscript and vba?

1119


what is event handling?

1055