Computer Science, asked by josephfranky980, 9 months ago

b) Find error in the following code snippet,
int a: b:
{.....for (a-1: b=1:a<=10;a++:5++)
<Statements> ..... }​

Answers

Answered by khuhrouzairahmed09
1

Answer:

change colon to semi colon and if colon is between variable then replace it with coma but remember for loop always contains semicolon.

Similar questions