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
How to assign a date value to a variable?
How you can call vbscript functions?
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
What are class variables?
What is the difference between vb debugger and the script debugger?
Explain vbscript in detail?
How to write functions and sub in vb script?
Does VB/Win make standalone .EXE files?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
How will you convert a string to lower case string using vbscript?
i have a problem with this error(this error related edit and
delete button,when i click this button in datagrid..i will
get this error)"Invalid postback or callback argument.
Event validation is enabled using
What is the use of the date function in the vbscript language?
Mention the rules for using option explicit statement?
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.