The for statement which can precede a loop to be executed 50 times or June 6, 2022 by admin โช Choose the correct option.The for statement which can precede a loop to be executed 50 times or till a boolean variableA. for (i = 0; i < = 50 || found== false; i++)B. for (i = 0; i < 50 ||found == true; i++)C. for (i = 1; i <= 50 && found == true; i++)D. None of these Submit Answer