Ir para conteúdo

Arquivado

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

hinom

Challenge for ZEND PHP5 Certification - 002

exercise 2  

31 votos

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

    • A. 150 . 7
      1
    • B. 1507
      18
    • C. 150.7
      1
    • D. you can't concatenate integers
      6


Recommended Posts

Exercise 2

 

What will be the output of the following code?

 

<?php
echo 30 * 5 . 7;
?>

a. 150 . 7

b. 1507

c. 150.7

d. you can't concatenate integers

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.