Computer Science, asked by sowmishinchan, 5 months ago


#include<stdio.h>
int main()
{
int count=0;
int x =3;
for(; x<99; x+=3)
{
if(x%2==0)
{
count=count+1;
}
else
{
count=count-1;
}
}

}
printf("%d", count);
return 0;
}

Answers

Answered by akshatagrawal980
1

Answer:

I don't know

sorry for that

I think question is incorrect

Answered by tubafatma63
1

Answer:

mark me brainliest

Explanation:

please

Similar questions