Vidyalelo
Ruby Programming · Q69

Arrays, Hashes and Strings in Ruby

Programming · Ruby Programming · question 69

Q69

What is the output of the given code? string_array = ["a","e","i","o","u"] print string_array

A.
["a","e","i","o","u"].
Answer
B.
Error
C.
Vowels
D.
None of the mentioned

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board