2 Type the correct answer in the box. Use numerals instead of words. If necessary, use / for the fraction bar.
var a = 0;
var b = 1;
varc
for(i = 1; I <= 5; i++)
{
C = a +b;
a = b;
b = c;
}
document.write(0);
The output of the document.write statement is
Reset
Next

Solved
Show answers

Ask an AI advisor a question