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 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!