What is the output of the given code? a=10 b=9 if(a>b) print ("a greater than b") else print "Not greater" end

Question:
What is the output of the given code?

a=10
b=9
if(a>b)
    print ("a greater than b")
else 
    print "Not greater"
end

1.a greater than b

2. Not greater

3.Syntax error

4.None of the mentioned

Posted Date:-2022-02-07 06:05:21


More MCQS Questions and answers

Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!