Write a Visual Basic statement that will access each character in thestrNumbervariable to determine if the variable contains a comma and then removes any comma that is found.
What will be an ideal response?
For intIndex As Integer = 0 To strBalance.Length - 1
If strNumber.Substring(intIndex, 1) = "," Then
strNumber = strNumber.Remove(intIndex, 1)
End If
Next intIndex
You might also like to view...
Write a recursive definition of xy (x raised to the power y), where x and y are integers and y > 0.
What will be an ideal response?
The application that first demonstrated Ruby's capabilities was ____.
A. Ruby on Rails B. Ajax C. Web 2.0 D. None of the above
What are BitLocker’s current hardware and software requirements?
What will be an ideal response?
?While gathering requirements for a system that assists tech support people, you create a list of conditions and the recommended responses. This list of conditions and responses can form the basis of a knowledge-base for a robotics system.
Answer the following statement true (T) or false (F)