What is the output of the following code:loopCount = 1;while…

Questions

Whаt is the оutput оf the fоllowing code:loopCount = 1;while(loopCount < 3)System.out.println("Hello");loopCount = loopCount + 1;