Find the error(s), if any) void main( )
{
char target = 'T';
int a = 1;
for(;1;){
(target) == ('T') ? (a++) : (a+=2);
if (a >= 5)
break;
else
cout<
}
}
Answers
Answered by
0
Answer:
Make proper use of loop statement
Similar questions
Social Sciences,
4 months ago
Business Studies,
4 months ago
Math,
9 months ago
Math,
1 year ago
Chemistry,
1 year ago