Ir para conteúdo

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

hinom

Challenge for ZEND PHP5 Certification - 010

Exercise 10  

10 votos

  1. 1. What will be the output of the following code?

    • A. 300
      2
    • B. 250
      7
    • C. 200
      0
    • D. Program will not compile
      0


Recommended Posts

Exercise 10

 

What will be the output of the following code?

 

$Rent = 250;
function Expenses($Other)
{
 $Rent = 250 + $Other;
 return $Rent;
}
Expenses(50);
echo $Rent;

a. 300

b. 250

c. 200

d. Program will not compile

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.