using System.Collections.Generic;
public static void Main()
List<double> gears = new List<double>();
foreach (double g in gears)
Console.WriteLine(input * g + " /// " + 100/ input * (input * g));
Console.WriteLine("--------------------------");
foreach (double g in gears)
Console.WriteLine(rpm / g + " /// " + 100/rpm * rpm / g);