Which one of the following statements opens a file for appending?
Which statement will print the capital attribute of the $kansas object?
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?
Which one of the following choices uses the correct syntax for a valid array assignment?