Computer Science, asked by rubulboro1, 9 months ago

Write a C program to count the number of odd and even
numbers between 50 and 100.​

Answers

Answered by sushusushuu632
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