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
i need to sort the data using qtp script for this how i need to write a qtp script
Both Static and dynamic arrays are handled by VB script. Is it true?
what is the differance between BYVAL,BYREF?
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
Explain the string concatenation function in vbscript?
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
What are the environments supported by vbscript language?
Why to use option explicit in vb script?
did any one attended interview in applabs if you had gone through plz tell me the procedure
Explain the support of asp for vb script functionality?
What are the differences between sub procedures and function procedures?
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
What is the difference between vb debugger and the script debugger?
how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
what is resorceallocation