Underline the errors
Attachments:
Answers
Answered by
0
Answer:
yshushhsydyue8s7s
Answered by
0
Answer:
ans
Explanation:
the correct way to program this is
void main()
{
int x=50, y=0;
if(x>=45 && x<55)
y=x;
count<<y;
}
we cant write and we have to write &&,
and '{' was missing
Similar questions