Answer:
int i =0
while(i=0){
console.log("if i=0 then this will keep printing until i is not 0")
}#we are not incrementing 'i' so i will be zero .
7.7m questions
10.3m answers