Q. Why is gets not preferred instead of gets.chomp? (A) Gets add an extra new line while chomp removes it (B) Gets remove an extra new line (C) Chomp erases the value stored in the variable (D) All of the mentioned ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Gets add an extra new line while chomp removes it