ضاضا
18-05-2010, 01:58 PM
صف المخرجات من تنفيذ مجموعة الاوامر التالية
1- for i =0 to 7
2- if (i%2=) then
3-(msgbox (i+1)!!!
4-else if (i%3=0)then
5-(msgbox(i* i)!!
6-else if (i%5=0)then
7-(msgbox(2*i-1)
8-else
9-msgbox(i(
10-end if
11-next
1- for i =0 to 7
2- if (i%2=) then
3-(msgbox (i+1)!!!
4-else if (i%3=0)then
5-(msgbox(i* i)!!
6-else if (i%5=0)then
7-(msgbox(2*i-1)
8-else
9-msgbox(i(
10-end if
11-next