write a vb script to find simple interest using functions

Answer Posted / mudaseer

sub si(p,t,r)
dim si
si=p*t*r/100
msgbox si
end sub
call si(10,10,1)

Is This Answer Correct ?    23 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

about vb scripting programs this type of all question& answers

1688


Can u describe what kind of testing are for OTC derivates by banks.

1659


How will you get the exponent of the given number in vbscript?

546


What is the use of option explicit statement?

576


Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)

3180






Explain about scrrun.dll in vbscript?

640


after medical test,when will be the police verification

1705


What is difference between vbscript and vba?

601


What are the uses of vb script?

577


Explain about filter expression?

560


Mention what is the use of option explicit in vbscript?

537


Which operator can be used to check if two numbers are equal or not in vbscript?

640


What is the use of the date function in the vbscript language?

553


How to add actions in driver script to run those actions in QTP?

1507


What is the use of the instr function?

573