G
Guest
Greetings All,
I have a question on a math loop and programming it in VB.net
Here's the logic:
While Num < 0.0998 And > .0801
Num / 2
Loop
Num / 11
I can get most of it but I'm having problems with the syntax and adding the "And" statement.
Help please.
TIA
I have a question on a math loop and programming it in VB.net
Here's the logic:
While Num < 0.0998 And > .0801
Num / 2
Loop
Num / 11
I can get most of it but I'm having problems with the syntax and adding the "And" statement.
Help please.
TIA