1D0-437 Web TestEngine demo

Exit VCEDump 1D0-437 CIW PERL FUNDAMENTALS
Question 23 of 23
0% complete
Q23 Single choice

Consider the following program code:

if ("Apple" gt "Pear")

{

print("True ");

}

else

{

print("False ");

}

if ("Banana" le "Banana")

{

print("True ");

}

else

{

print("False ");

}

What is the result of executing this program code?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in