write a vb script to find simple interest using functions



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

Post New Answer

More VB Script Interview Questions

what is used of Property........End Property loop ? how to write the script for it?

0 Answers  


Hi I don't have any idea on VBscript. can any one point me to a good web site to learn VBscript. Regards lina

2 Answers  


Which date function is used in the vbscript language to find the difference between the 2 dates?

0 Answers  


Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.

0 Answers  


How to get the length of the string by making use of the string function?

0 Answers  


Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?

0 Answers  


Plz give the vb script for the following scenerio. In travel booking we have to select from delhi to mumbai from the combobox The prices will be display in another combo box .But i have to select the lowest price for it and submit it

1 Answers   IBM,


write a vb script to find simple interest using functions

1 Answers  


Why to use option explicit in vb script?

0 Answers  


when you use For Loop, While..do, do..while? at what situations which loop will use.

1 Answers  


Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.

0 Answers  


How should i Create Email invite with server-side Coding?

0 Answers   Altair,


Categories