Imports System
Public Module Module1
Public Sub Main()
Console.WriteLine("maraton recorrido")
dim th, tm, d, ttm as integer
tm = 25
th = 2
d = 42.195
ttm = (2 * 60)+25
console.WriteLine("el tiempo promedio es:" & ttm / d)
End Sub
End Module