Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3
5 4 5

Answer Posted / sireesha

For i = 1 To 5
For j = 5 To i Step -1
temp = temp & " " & j
Next
MsgBox temp
temp = temp&vbnewline
Next
msgbox temp

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is defenetion of kiran can u tell me plz CVS, SVN

1561


How is the Bitmap checkpoint different from Image checkpoint?

615


Should have experience in framework means?

1403


What is the qtp testing process?

581


Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.

1693






Diff b/w test scenario's and test Procedures?

1616


how to evalute defects in QTP script?

1476


I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????

2139


What is the difference between the keyword view and expert view?

517


How to analyzing test results using quicktest professional?

553


Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)

1537


Why we load add-ins in qtp?

616


What is keyword view in qtp?

538


How do you send email with attachment from outlook using qtp ?

552


What is the difference between local and shared object repository in qtp?

542