Computer Science, asked by rajashreesawasher67, 1 month ago

Execute and identify the errors in the following programs
1. FOR I = 1 TO 10 INCREMENT 2
PRINT "Hello"
NEXT M​

Answers

Answered by umeshnirmal04
4

Answer:

What will this code output:

int main() {

int x, y, z;

y = z = 0;

for (x=0; x < 10; x++)

{

y = y + 1;

}

z = x + y + z;

cout << z;

}

Answered by baijumathew75
0

Answer:

में अलीबेग, तर्ताक, तार्गी के नेतृत्व में आक्रमण किया गया, लेकिन मलिक काफूर, गाजी मलिक ( गयासुद्दीन तुगलक ) ने मंगोलों को पराजित किया तथा तीनों सेनानायकों को मार दिया।

Similar questions