How to get 120 using 5 zeroes, you can use any operator(+,
*, /...) in qtp.
Answer Posted / sureshkumar
We can get 120 using factorial, i.e
Factorial (0) = 1 so that
(0! + 0! + 0! + 0! + 0!)! = 5! => 120
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
what is the use of QCUtil? explain with one example?
What is the difference between function and procedure?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
What is the main difference between function and sub-procedure?
How to create a function in vbscript?
Explain vbscript in detail?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
i need to sort the data using qtp script for this how i need to write a qtp script
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
Mention what is the use of option explicit in vbscript?
What is the use of option explicit statement?
What are the different types of operators and their order of precedence?
Which in-built function related to an array joins substrings into one string in the vbscript language?
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
What are the data types supported by vbscript?