Examlex

Solved

In the Following Code Segment, What Type of Variable Is

question 54

Multiple Choice

In the following code segment, what type of variable is counter?
Dim temp, counter, check As Integer
Do
temp = CInt(InputBox("Enter a number.") )
counter += temp
If counter = 10 Then
check = 0
End If
Loop Until (check = 0)


Definitions:

Equity

The value of an owner's shares in a company, calculated as the difference between assets and liabilities.

Short-term Investments

Monetary resources anticipated to be turned into cash or disposed of in the span of one year.

Operating Cycle

The amount of time it takes for a company to purchase inventory, sell the products, and collect cash from customers.

Held-to-maturity Debt Security

A classification for debt securities which the investor has the intent and ability to hold until they mature.

Related Questions