Multiple Choice
Which of the mode options opens a file in append mode, allowing for both reading and writing while preserving any preexisting text.
A) w
B) w+
C) a
D) a+
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: Which of the mode options opens a
Q13: Which of the following Dir class methods
Q14: Ruby lists the contents of a folder
Q15: If an empty file were used as
Q16: Which of the following methods can be
Q18: Which of the mode options opens a
Q19: Given a script named DispMsg.rb, if an
Q20: Ruby allows you to delete both files
Q21: The Dir class's size method returns a
Q22: One limitation within Ruby programming is the