πŸ“Š Ruby
Q. What is the output of the given code?
string_array = ["a","e","i","o","u"]
boolean_array = ["True","False"]
puts string_array[3]
puts boolean_array[1]
  • (A) ["a","e","i","o","u"].
  • (B) Not equal
  • (C) o FALSE
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) o FALSE

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
108
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
96%
Success Rate