عرض مشاركة واحدة
  #1  
قديم 07-05-2016, 02:11 AM
hassantawfic hassantawfic غير متواجد حالياً
عضو جديد
 
تاريخ التسجيل: Dec 2009
المشاركات: 29
معدل تقييم المستوى: 0
hassantawfic is on a distinguished road
Impp سؤال هااااام جدااا

s[
B]elect the error in the following code [/B]
Dim J as Byte
for J=1 TO 500 step 3
Listbox1.Items.Add()
Loop

a) you must use the Do..While rather than For..Next
b) It is an endless loop
c)Error in variable type in the loop

رد مع اقتباس