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

Answer Posted / ravindra v

For i=1 to 5
For j=5 to i step -1

temp=temp&j

Next
print temp
temp=null
Next

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to call a test from another test?

694


When using descriptive programming?

653


Explain the differences between table and db checkpoints?

590


What are the advantages of a Hybrid framework?

605


What are the methods of the TextStream object that are used for reading from a text file?

1699






Explain the concept of how quicktest professional identifies object?

544


How does quicktest professional (qtp) identifies the object in the application?

583


1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)

1744


what is ODC and GDC?

7361


we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?

1591


Can you list some technologies that support qtp?

558


What are the differences between qtp and winrunner?

543


Give the syntax to import/export xls into qtp.

594


How to replay a script in qtp?

623


What is the difference between the design-time and run-time data tables?

567