#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
1
Answer:
I don't know
sorry for that
I think question is incorrect
Answered by
1
Answer:
mark me brainliest
Explanation:
please
Similar questions
India Languages,
2 months ago
Physics,
2 months ago
Computer Science,
2 months ago
Chemistry,
5 months ago
Science,
5 months ago
English,
10 months ago
Social Sciences,
10 months ago