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 are the naming conventions while declaring a variable in the vbscript language?

0 Answers  


can any body give the code to write the function for given suppose user login with usrer id and pwd to yahoomail.after cliking "sign in"if it is valid user id the next page will display userid'message box.( Note u have to use excel sheet to retrive the userid's data)

3 Answers   Bally Technologies,


who will create the object?

0 Answers   TCS,


How to find a latest file from any folder

3 Answers   Ness Technologies,


What are the different types of loops available in the vbscript language?

0 Answers  






Can anyone send me a vb script function for verifying the functionality of active links on a web page

0 Answers   Zensar,


When are redim statement and preserve keyword used in the vbscript language?

0 Answers  


write a vb script to display the number is odd or even and whether it is divisible by 9 or not

2 Answers  


print the array values in ascending order?

2 Answers   CSS Corp,


What is the equivalent of VBScript?s On Error In Jscript ?

1 Answers   Microsoft,


What is the difference between vbscript and vba?

0 Answers  


we executed QTP scripts in one browser(i.e IN)same scripts is working on another browsers or not (i.e mean netscap,m azol..like )

6 Answers   Accenture,


Categories