Computer Science, asked by Lavishshakya8141, 1 year ago

Write a program to calculate the sum of all odd and even numbers between a range of numbers from m to n (both inclusive)where m is less than n. Input m and n.

Answers

Answered by ayushchaubey2909
0

« Prev Page Next Page »

C Program to Calculate the Sum of Odd & Even Numbers

This is a C program to find the sum of odd and even numbers from 1 to N.


Problem Description

The program takes the number N and finds the sum of odd and even numbers from 1 to N.


Problem Soluti

Similar questions