Hi, Anybody could tell me What is the 3rd Largest Number in
the series..Thanks in Advance..
Answer Posted / pushkar1206
a=array(1,22,3,40,12)
For i=0 to ubound(a)
For j=0 to ubound(a)
If a(i)>a(j) then
temp=a(i)
a(i)=a(j)
a(j)=temp
end if
Next
Next
print a(2)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the use of QCUtil? explain with one example?
How can you destroy an object in vbscript?
write any ttest cases using check points and parameterization
Mention the rules for using option explicit statement?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
What are the differences between sub procedures and function procedures?
about vb scripting programs this type of all question& answers
How will you check that a variable is an array in vbscript?
why do u choose to go for testing why cant for devoloping
What are the properties of regexp object?
Is VB Script Case sensitive or Case insensitive?
How you can call vbscript functions?
what do you mean .ota mobile format
How will you get the exponent of the given number in vbscript?