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 the features of visual basic?

0 Answers  


How to take whole text output from screen of Bitmap Application.

0 Answers   CitiGroup,


What is parametrization ?

9 Answers  


In our application qtp unable to indentify the menu items,we tried number of times to add objetcs into object repository but fail. through normal recording mode only objects going to add into repository but while running same recording script qtp showing a error like " unable to indentify the object". in repository there is no any properties and pro values for that object and also i tried with virtual object config also unable to find the object in application and in repository. Then what i have to do to identify menu objects????? can anybody hell me pls..............

2 Answers   Blue Star,


Hi, Anybody could you Please tell me How to write the script for Checking whether given number is Prime Number or not..Thanks in Advance

6 Answers   Amazon,






How will you compare two strings in vbscript?

0 Answers  


Explain sga memory structures?

0 Answers  


write a vbscript for finding the sum of the numbers from 1- 50

3 Answers  


What is string concatenation function in VBScript?

2 Answers  


How to Import data from a file (file is on the desktop) to the data table

1 Answers   IBM,


write a vb script code to display the vbscript word by word (i e 1st it should display v then b and up to t )

1 Answers  


How you can call vbscript functions?

0 Answers  


Categories