Write a C program to count the number of odd and even
numbers between 50 and 100.
Answers
Answered by
1
Answer:
#include <stdio.h>
int main()
int m, n, ans;
scanf(℅d℅d, &m, &n) ;
ans=((m-n) /2) -1;
printf(℅d, ans) ;
Similar questions