( ب ) اقرا الاكواد الاتية ثم استخراج المطلوب:
Function Sum(ByVal First As Single,ByVal Second As Single)As Single
Dim total As Single
total = First + Second
Return total
End Function
اسم الإجراء : .................
القيمة الراجعة : ..................