Search here for all the info you want in this Blog

write a function to retrun adition of two numbers

'17) write a function to retrun adition of two numbers

a = 10
b = 15

c = add(a,b)

MsgBox c


Function add(byval x,byval y)

add = x + y

EndFunction

No comments:

Post a Comment