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
Does VB/Win make standalone .EXE files?
Which command is used for writing text on a page?
How to declare an array in vbscript?
What are events in the vbscript language?
why do u choose to go for testing why cant for devoloping
Mention what is the main difference between function and sub-procedure?
how to increasing the numbers in a given text box please write a vb script
regular expression that will recognize a browser as long as its name property starts with mybrowser
How will you get a combined string from array of string in vbscript?
why variable name should not exceed 255 characters?
Mention what is vbscript?
What is the use of the formatdatetime function in the vbscript language?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
Explain the operator precedence in vb script?
How will you get the largest subscript of an array in vbscript?