write a vb script to calculate factorial of a number?
Answer Posted / mudaseer
vf=1
vnum=inputbox("enter a no")
for i=2 to vnum
vf=vf*i
next
msgbox vf
| Is This Answer Correct ? | 98 Yes | 25 No |
Post New Answer View All Answers
What is the difference between vb debugger and the script debugger?
What is loose binding? Why is it not a good practice to use it?
Illustrate briefly about the different types of statement
What are string functions in vbscript?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
Is VB Script Case sensitive or Case insensitive?
how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
How to assign a numeric value to a variable?
What is the use of option explicit statement?
Explain about the asc function?
What is the scope of a constant declared using public?
How should i Create Email invite with server-side Coding?