EM DESENVOLVIMENTO   

Curso: Webmaster & Webdesign
Disciplina: Criação de Site III
Professor: Jose Maria Silveira

(cs3_09ex_operacao.html)


Operações


Use as tabelas em http://myspace.eng.br/info/jscript/jscript_ref_oper.asp
e RESPONDA as questões abaixo:



Aritimetica

25+0
3.52+8.3
5/3
7%2
88 - (-77)
10%3
x=0; x++
y=1; y - -
5+0.77- 5.24
0*1*2

string

x="0";  y="1"
m="B"; j="A"

x+y
x+x
j+m
n+j
j+x+y
j+"  "+m
m+'m'+j

logica (F/V)

15==5
2!=2
0!=x
5 < 4
(-5) >= 3
2==3
4 < 4
x > x
x => x
3==(2+1)

binários/logica

y=2; x=3;z=4

x==y
(x+y) == z
(x=2)&&(y=4)
(x=2) || (y=4)
(x=4) || (y=4)
(x=2) && (y=4)
(z==z)
! (z==z)





Hosted by www.Geocities.ws

1