M

Mr. Dubey • 52.26K Points
Coach

Q. What is the output of the given code?
if 79>78
   puts "True".upcase
   if 9>8
   puts "True".reverse
   if 7==7
   puts "equal".downcase
   end
   end
   end

  • (A) True
  • (B) True eurt
  • (C) TRUE eurT equal
  • (D) equal

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.