|
#1
|
|||
|
|||
|
اكتب قيمه المتغيرات النهائيه بعد انتهاء الحلقه مع توضيح القيمه في كل مره
dim x as single
dim i as single x=5 for i=5to10 step2 x=x*2 msgbox (x next dim x as single dim i as single x=5 for i=5to10 step2 x=x*2 next msgbox (x dim x as single dim i as single x=5 for i=5to10 step2 x=x*2 next |
| العلامات المرجعية |
|
|