*
**
***
Please write a code to get output like above diagram? ple explain as it how the code works?
Answer Posted / manjunathareddy
For i=1 to 3
Var=Var&" "& string(i,"*")&Vbnewline
Next
Msgbox Var
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the naming conventions while declaring a variable in the vbscript language?
What is the difference between javascript and vbscript?
What is the use of the date function in the vbscript language?
How to capture a runtime error in vbscript?
Mention when to use function procedures and what are its characteristics?
Explain about the asc function?
What is the scope of a constant declared using public?
Which function is used in the vbscript language to convert the specified expression into a date type value?
write any ttest cases using check points and parameterization
How will you get the exponent of the given number in vbscript?
How to declare an array in vbscript?
Explain a few date functions in vbscript
How will you check that a variable is an array in vbscript?
What methods are used to create text files and open text files in the vbscript language?
What is event handling in vbscript?