write a vb script to find simple interest using functions
Answer / 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 |
How you can call vbscript functions?
where can i learn VB scripint ?
When to use function procedures and what are its characteristics?
How to Convert Hex color code to color name in VB Script?
w r p syed then output was deys and click eysd and click ysde and click sdey and click deys and click eysd............
write a program to display configuration of a local system with the help of vb script.
HI how can handle dynamic image through vb script example we have to create email id fill the edit box(these latters change wrong password) i am wating your answer
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
who you define variables and functions in VB?
How to select a value from a list box by using Selenium web-driver?
How do i automate a website www.flyashx.com without having any test cases witin a week time.
Here in my automation tool, i am retreiving some values and i need to store this values in the excel. How can i achieve this?. We are using VBA as scripting language. please let me know if you require any further inputs.