πŸ“Š Ruby
Q. What is the output of the given code?
if !true
print "False"
elsif !true || true
print "True"
end
  • (A) True
  • (B) True
  • (C) Syntax eroor
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) True

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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