+ 1
help with Java test 'the if statement' question
Please some help here add the corresponding characters to complete the statement: if ... var1 > var2 …. ... document.write("OK"); ...
7 Respostas
+ 2
if ( var1 > var2 )
{
document.write("OK");
}
+ 1
ANSWER:
if(var1>var2)
{
document.write(''OK'');
}
SOLO HAY QUE AGREGAR (), {}
0
what is answer? please quickly send me answer
0
if(var1>var2)
{
document.write(''OK'');
}
That's the correct answer
- 1
if (var1 > var2) {
document.write (OK);
}
- 1
yeah I need some help too
- 1
if var1 var2
{
document.write
}
var1 is(
var2 is )