Computer Science, asked by noor1315, 5 months ago


1) Write the output of following codes:
0;
number + i;
do
{
number
1 = 1 + 1;
; while(i < 5);
var x = 1;
b.
if (x > 3)
{
if (x > 4)
{
document.write("A");
}
else
{
document.write("B");
}
}
else if (x < 2)
{
if (x != 0)
{
document.write("c");
}
}
document.write("d");​

Answers

Answered by gurjarlali34
0

Answer:

what is your means so you tell

Similar questions