petermaher
12-05-2015, 04:17 PM
ما هى إجابة السؤال الأتى
Function calc ( byval fn as single , byval sn as single ) as decimal
dim total as single
total = fn +sn
return total
end function
- what the procedure name ?
- what the parameters?
- what the returned value ?
- what the data type of function ?
- what the data type of parameters ?
- what the data type of returned value ?
Function calc ( byval fn as single , byval sn as single ) as decimal
dim total as single
total = fn +sn
return total
end function
- what the procedure name ?
- what the parameters?
- what the returned value ?
- what the data type of function ?
- what the data type of parameters ?
- what the data type of returned value ?