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 |
Explain what is loose binding? Why is it not a good practice to use it?
write a vb script to display the number is odd or even and whether it is divisible by 9 or not
In what way program "hello world" you can write in vbscript?
1 2 2 3 3 3 4 4 4 4 5 5 5 5 5 how to find using vbscripting
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
Mention how to create a cookie using vbscript?
How to Convert Hex color code to color name in VB Script?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
0 Answers College School Exams Tests,
How to find arry size in qtp vb script
What is the difference between vbscript and vba?
Find Out Length of an array without using Ubound?
Explain some uses of vb script?