- 1
Which of the following output will be displayed by the loop??
y=2 for x = y to 15 step y If x>y AND x mod 2 = 1 then Display x, " " ~ on the same line Endif
1 Respuesta
+ 2
ERROR: This code is not C++.
Is visual Basic?.
y=2 for x = y to 15 step y If x>y AND x mod 2 = 1 then Display x, " " ~ on the same line Endif