this is the code but i dont know how to make the addition of the odd numbers
Dim myTextBoxes As New List(Of TextBox) 'convert the textboxes to new list
myTextBoxes.Add (Me.num20TextBo x) 'this is my collection
myTextBoxes.Add (Me.num21TextBo x)
myTextBoxes.Add (Me.num22TextBo x)
Dim memas, count As Integer 'this is a counter
count = 0 'that counter starts...
User Profile
Collapse
-
-
memas started a topic addition off odd numbers and "small numbers" less than number 5in Visual Basicaddition off odd numbers and "small numbers" less than number 5
i want help
1.how to found odd numbers on my 6 textboxes and make the addition of them
2. how to found "small numbers" less than number 5 and make the addition of them
example
1+3+7=11 odd
1+2+3+4+=10 small nubers less than 5
thank you
No activity results to display
Show More
Leave a comment: