You are on page 1of 3

‫السؤال االول‬

‫السؤال الثاني‬

1 – 19

Will not print anything in output 2-

VB VB 3-

16 4-

5- 13 7 1

6- 0

7- 9

FALSE8-

9 – 80 9
10 –

nums(1) = 5

nums(2) = 8

nums(3) = 11

nums(4) = 14

nums(5) = 17

11-

12 –

Feb

66

True
‫السؤال الثالث‬

Dim category As String

Dim A As Integer

Select case category

case "Fyo"

if A = 5

case A>=13 and A = 19

case "5A"

if (A>=20 and A<=35) or A=50 or (A>60 and A<=65)

case else

category = "Everyone"

End Select

You might also like