Question: What is the second string printed by this logic? Question 6 (2 points) The break statement will cause a loop to end before the while

What is the second string printed by this logic?
Question 6 (2 points) The break statement will cause a loop to end before the while condition changes to false. This logic is an example of using an if statement with break command within a while loop. What is the second string printed by this logic vowels c,e,T",o","u""yl: consonants c"b","c""d", ,"h") i = 1: b1 = TRUE; while (b1) ( cat consonants[], vowels]."mn" if (i>lengthlvowels) break; b a t ban d a m c) d) dim e) g un g)eat
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
