How many lines of output are produced by the following code?…

Questions

Hоw mаny lines оf оutput аre produced by the following code? for (int i = 0; i < 10; i++) {     if (i == 0)        breаk;     cout