Hellow my friend

J be php!

int(6) int(1) int(3) 그는 "안녕하세요" 라고 말헷다
2
3
4
coding everybody
110
11
1
10

1010
101
91
910

php tutorial
JAVA Tutorial
integer
double

php tutorial
1==2 : bool(false)
1==1 : bool(true)
"one"=="two" : bool(false)
"one"=="one" : bool(true)

1 !=2 : bool(true)
1 !=1 : bool(false)
"one" !="two" : bool(true)
"one" !="one" : bool(false)

10>20 : bool(false)
10>1 : bool(true)
10>10 : bool(false)

10>=20 : bool(false)
10>1 : bool(true)
10>=10 : bool(true)

1 == '1' : bool(true)
1 === '1' : bool(false)

,

result : true

12345
5

1

2

2

3

4

wrong

id : password :
id wrong

1

id : password :
wrong