public static void Main()
float division = resta / 2;
float solucion = b + division;
Console.WriteLine(solucion);
float division = resta / 2;
float solucion = a + division;
Console.WriteLine(solucion);
float solucion = ((b - a) * t) + a;
Console.WriteLine(solucion);
float solucion = ((a - b) * t) + b;
Console.WriteLine(solucion);