What is the approximate number of iterations in the followin… Questions Whаt is the аpprоximаte number оf iteratiоns in the following loop: int count = 5; while (count < n) { count = count + 3; } Show Answer Hide Answer Whаt is #45Picture1(5).png Show Answer Hide Answer