Question: in Visual basic 4. function f1(byval n1 as integer, byval n2 as integer) as integer dim zz as integer for i = n1 to n2
in Visual basic
4. function f1(byval n1 as integer, byval n2 as integer) as integer dim zz as integer for i = n1 to n2 if i mod 8 = 0 then ZZ =i endif next return (zZ+3) end function private sub button_clicko msgbox(f1(10,34)+3) end sub* (2 points) 32 38 12 35 none of above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
