If C is a variable initialized to 1. how many times the following lo June 6, 2022 by admin โช Choose the correct option.If C is a variable initialized to 1. how many times the following loop will be executed? while ((c > 0) && (c < 60)) { loop body c ++; }A. 60B. 59C. 61D. Infinity Submit Answer