What is the output of the following code snippet?        ii…

What is the output of the following code snippet?        ii = 1;        while ii = jj                             fprintf(‘%g’, ii);                      end               end               ii = ii + 1;               break;               fprintf(‘\n’);        end        fprintf(‘%g’, ii);