raghunath


{ City } bangalore
< Country > india
* Profession * test engineer
User No # 69950
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 64
Users Marked my Answers as Wrong # 31
Questions / { raghunath }
Questions Answers Category Views Company eMail




Answers / { raghunath }

Question { Logica CMG, 45961 }

write a vb script to print even numbers from 1-50?


Answer

dim i
for i=1 t0 50
if (i mod 2=0) then
msgbox i&"is even number"
else
msgbox i&"is odd number"
end if
next

Is This Answer Correct ?    64 Yes 31 No