CIW PERL FUNDAMENTALS 1D0-437 Question # 20 Topic 3 Discussion

CIW PERL FUNDAMENTALS 1D0-437 Question # 20 Topic 3 Discussion

1D0-437 Exam Topic 3 Question 20 Discussion:
Question #: 20
Topic #: 3

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?


A.

False False


B.

False True


C.

True False


D.

True True


Get Premium 1D0-437 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.