Examine Following Code Value Variable C Dim Integer C Integer 5 C 10 C 0 C C C 25 C 10 Els Q37292332

Examine the following code. What will be the value of thevariable C?

Dim A as Integer, C as Integer

A = 5 C = 10

If (C-A) > 0 Then

C = C* A

If C < 25 Then

C = 10

Else

C = 100

End If

Else

C = C + 15

End If

Answer:


Answer


An suer

the value of the variable C = 100

Please up vote the solution if it helped. Thanks!

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.