Q. Which is/are the correct method(s) to input a float value in C#? (A) Parse(Console.ReadLine()) (B) ToSingle(Console.ReadLine()) (C) ToFloat(Console.ReadLine()); (D) Both A and B ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) ToSingle(Console.ReadLine())