public static void TaskN5() { List <double> inputHeightWeight = Task5.Input(); Task5.BMICalculation(inputHeightWeight[0], inputHeightWeight[1]); }