كيرلس مفيد
06-05-2014, 07:36 PM
اكتب قيمه المتغيرات النهائيه بعد انتهاء الحلقه مع توضيح القيمه في كل مره
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
كيرلس مفيد
07-05-2014, 02:08 PM
ايه يا جماعه مفيش حد هيجاوب
dim x as single
dim i as single
x=5
for i=5to11 step2
x=x*2
msgbox (x
next
dim x as single
dim i as single
x=5
for i=5to11 step2
x=x*2
next
msgbox (x
dim x as single
dim i as single
x=5
for i=5to11 step2
x=x*2
next
http://www.thanwya.com/vb/style12/buttons/quote.gif (http://www.thanwya.com/vb/newreply.php?do=newreply&p=5844985) http://www.thanwya.com/vb/style12/buttons/multiquote_off.gif (http://www.thanwya.com/vb/newreply.php?do=newreply&p=5844985) http://www.thanwya.com/vb/style12/buttons/quickreply.gif (http://www.thanwya.com/vb/newreply.php?do=newreply&p=5844985)
كيرلس مفيدمشاهدة ملفه الشخصي (http://www.thanwya.com/vb/member.php?u=452902)إرسال رسالة خاصة إلى كيرلس مفيد (http://www.thanwya.com/vb/private.php?do=newpm&u=452902)البحث عن المشاركات التي كتبها كيرلس مفيد (http://www.thanwya.com/vb/search.php?do=finduser&u=452902)إضافة كيرلس مفيد إلى الإتصالات الخاصة بك (http://www.thanwya.com/vb/profile.php?do=addlist&userlist=buddy&u=452902)
saad14
07-05-2014, 04:00 PM
اكتب قيمه المتغيرات النهائيه بعد انتهاء الحلقه مع توضيح القيمه في كل مره
dim x as single
dim i as single
x=5
for i=5to10 step2
x=x*2
msgbox (x
next
الاجابة : تظهر القيم التالية للمتغير X و هى 10 و 20 و 40 فى صورة رسائل متتالية
dim x as single
dim i as single
x=5
for i=5to10 step2
x=x*2
next
msgbox (x
الاجابة : تظهر القيمة النهائية للمتغير X و هى 40 فى صورة رسالة واحدة
hassanalhawy
08-05-2014, 12:55 PM
اكتب قيمه المتغيرات النهائيه بعد انتهاء الحلقه مع توضيح القيمه في كل مره
dim x as single
dim i as single
x=5
for i=5to10 step2
x=x*2
msgbox (x
next
الاجابة : تظهر القيم التالية للمتغير X و هى 10 و 20 و 40 فى صورة رسائل متتالية
dim x as single
dim i as single
x=5
for i=5to10 step2
x=x*2
next
msgbox (x
الاجابة : تظهر القيمة النهائية للمتغير X و هى 40 فى صورة رسالة واحدة
شكراً للأستاذ سعد ، وبالنسبة للسؤال الثالث :
اكتب قيمه المتغيرات النهائيه بعد انتهاء الحلقه مع توضيح القيمه في كل مره
dim x as single
dim i as single
x=5
for i=5to10 step2
x=x*2
next
الاجابة : سوف تكون قيمة المتغير X هى 10 و 20 و 40 مع عدم ظهورها فى مربعات رسائل
كيرلس مفيد
09-05-2014, 05:32 PM
دول فين
dim x as single
dim i as single
x=5
for i=5to11 step2
x=x*2
msgbox (x
next
dim x as single
dim i as single
x=5
for i=5to11 step2
x=x*2
next
msgbox (x
dim x as single
dim i as single
x=5
for i=5to11 step2
x=x*2
next