728x90
Q1. $strNumber 변수를 int타입으로 변환하시오.
1
2
3
|
<?php
$strNumber = "0925";
?>
|
cs |
Q2. $coffee라는 변수안에 아메리카노, 카페라떼, 아이스티를 넣고 아이스티를 <h1>태그로 감싸서 화면에 출력하시오.
1
2
3
|
<?php
$coffee;
?>
|
cs |
Q3. That's good enough 를 화면에 출력하시오.
728x90
'Exercises > PHP' 카테고리의 다른 글
06. PHP Exercises (0) | 2021.03.08 |
---|---|
05. PHP Exercises (0) | 2021.03.06 |
04. PHP Exercises (0) | 2021.03.04 |
02. PHP Exercises (0) | 2021.03.02 |
01. PHP Exercises (0) | 2021.03.01 |