عرض مشاركة واحدة
  #1  
قديم 12-05-2015, 04:17 PM
petermaher petermaher غير متواجد حالياً
عضو جديد
 
تاريخ التسجيل: Dec 2009
المشاركات: 36
معدل تقييم المستوى: 0
petermaher is on a distinguished road
Question هام وضرورى مرة اخرى

ما هى إجابة السؤال الأتى

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 ?
رد مع اقتباس