sarajane4686 sarajane4686 17-05-2023 Computers and Technology contestada the langauge is C# Create a static method named PoundsToKg that converts pounds to kilograms? public static double PoundsToKg(double p) { } Hint: 1 kilogram = 2.2 pounds