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
Explain about arrays in vb script?
Which in-built function related to an array joins substrings into one string in the vbscript language?
what is the difference between modular and data and keyword driven framework
How can you fetch the value of a cookie?
where can i learn VB scripint ?
how to automatically update the sql server2005 database records when insert in vb6?
When to use function procedures and what are its characteristics?
What is the use of the date function in the vbscript language?
What methods are used to create text files and open text files in the vbscript language?
How do you declare a variable in vbscript?
Does VB/Win make standalone .EXE files?
Is vbscript a case-sensitive or case-insensitive?
how to increasing the numbers in a given text box please write a vb script
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
create a form to accept username and password validate the username and password with using message box, display the corresponding user message