Consider the following program code
$Animal - 'Dogs bark';
package Cat;
$Animal = 'Cats purr';
{
package Fish;
$Animal - 'Fish swim';
}
package main;
print $Animal;
What is the result of executing this program code?
Limited Time Offer
25%
Off
Currently there are no comments in this discussion, be the first to comment!
Currently there are no comments in this discussion, be the first to comment!