Q. What is the output of the given code?
a = 5
b=10
while (a <10 || b<20)&&true
puts a*b
a+=2
b+=2
end

  • (A) 10 20
  • (B) False
  • (C) -5 -5 -5
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) False

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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