Course Solutions Uncategorized (Solved) : Output Following Code Int Main Int 2 Int B 2 Int C 15 10 1 B C Continue Cout Return 0 Q30631660 . . . .

(Solved) : Output Following Code Int Main Int 2 Int B 2 Int C 15 10 1 B C Continue Cout Return 0 Q30631660 . . . .

 

What is the output of the following code? int main() { int a =2; int b = 2; int c = 15; while (a < 10) { a = a + 1; if ( (b *a) < c) continue; cout << a << ” “; } return 0;}

Expert Answer


An answer will be send to you shortly. . . . .

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post