G
Guest
Hi,
Can someone convert this
if( i % 2 == 0 )
{ // even
iSum += iDigit * 1;
}
else
{ // odd
iSum += iDigit * 3;
}
to vb.net?
Thanks
Can someone convert this
if( i % 2 == 0 )
{ // even
iSum += iDigit * 1;
}
else
{ // odd
iSum += iDigit * 3;
}
to vb.net?
Thanks