Question: How many times the text “IDB-BISEW” will be printed?var i=3;
do{
document.write(“IDB-BISEW<br/>”);
i+=3;
}while(i<10);
A
B
C
D
2 times
B
3 times
C
4 times
D
5 times
Note: Not available