write a text script to display * as below
**********
**** ****
*** ***
** **
* *
* *
** **
*** ***
**** ****
**********



write a text script to display * as below ********** **** **** *** *** ** ** * ..

Answer / chandra

for i = 1 to 5
for j = 1 to i
k = k & "*"
next
k = k&vbcrlf
Next
Msgbox k

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More VB Script Interview Questions

What variable can you use to share info across the whole application for one user?

2 Answers  


Write a program to display the numbers in the below format using for loops? 1 2 3 4 5 6 7 8 9 10 11 12 and Write a program to display the numbers in the below format using for loops. 1 2 3 4 5 6 7 8 9 10

2 Answers  


What are the uses of vb script?

0 Answers  


hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?

0 Answers  


how to store charecters of HARIBABU Using arrays

4 Answers   Cap Gemini,






write a text script to display * as below ********** **** **** *** *** ** ** * * * * ** ** *** *** **** **** **********

1 Answers  


What is the use of "Option Explicit"?

2 Answers  


How to get the background color of a weblist?

3 Answers   Accenture,


which is the bset training centre to learn automation tools?

2 Answers  


what is descriptive programming in QTP and what is environment variable in QTP? where we store and what is its use?

4 Answers   Perot Systems,


Can any 1 modify the code whr in want to add\rename a excel sheet in qtp?

1 Answers  


how to write basic programs in VB Script like addition, multiplication?

14 Answers  


Categories