Dim i As IntegerDim s As DoubleDim n As Doubles = 1For i = 2 To 19n = 1 / (i * (i + 1))If i Mod 2 = 0 Then n = -ns = s + nNextPrint s