Choose a new, more descriptive name for the WhatIsIt function based on the result of the code below.

```
Function WhatIsIt(ByVal intRepeat as Integer) as Integer
Dim intResult as Integer = 1
Dim intCount as Integer
For intCount = 1 to intRepeat
intResult = intResult * 2
Next intCount
Return intResult
End Function
```

a. PowersOfTwo
b. SquareRootsOfTwo
c. MultiplyByTwo
d. TwoPlusTwo

a. PowersOfTwo

Computer Science & Information Technology

You might also like to view...

Solver is one of Excel's ________ tools

A) forecast B) break-even C) prediction D) What-If Analysis

Computer Science & Information Technology

What is the main difference between one-point perspective and two-point perspective?

What will be an ideal response?

Computer Science & Information Technology