+7
H
Book! - Microsoft Excel
Home
Insert
Page Layout
Formulas
Data
Review
View
Acrobat
Calibri
General
11
AA
Conditional Formatting
Insert
4
$ -%
Format as Table
Delete
B
I
Sort &
Cell Styles
Format
Filter
Font
Alignment
D
Number E
Styles
Cells
Editin
Q17
B
C
D
E
F
G
H
K
L
M
var count = 0
while (count != 5) {
console.log(count);
count = count + 2;
}
What will be displayed b the console when the following program runs



Answer :