Q. What is the output of the given code?
if(a==10 && b=9)
print "true"
else
print "false"
end
if(a==10 && b=9)
print "true"
else
print "false"
end
β
Correct Answer: (C)
Error
You must be Logged in to update hint/solution