CIW PERL FUNDAMENTALS 1D0-437 Question # 32 Topic 4 Discussion

CIW PERL FUNDAMENTALS 1D0-437 Question # 32 Topic 4 Discussion

1D0-437 Exam Topic 4 Question 32 Discussion:
Question #: 32
Topic #: 4

Consider the following program code:

1.$x = 100;

2.$y = "-25";

3.$sum = $x + $y;

4.

5.print $sum;

What is the result of executing this program code?


A.

The code will output the following:

100-25


B.

The code will output the following:

75


C.

The code will fail at line 3 because $y contains string data.


D.

The code will output the following:

125


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.