πŸ“Š Ruby
Q. What will be the output of the given code?
boolean_1 = !true
puts boolean_1
boolean_2 = !true && !true
puts boolean_2
  • (A) True True
  • (B) False False
  • (C) True False
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) True False

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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