Question: Write the Java method definition for sumOdds:/* sum Odds (int a, int b) rightarrow int method sums all odd numbers between a and b and

Write the Java method definition for sumOdds:/* sum Odds (int a, int b) rightarrow int method sums all odd numbers between a and b and returns the sum ex: sum Odds (1, 10) rightarrow 25 sum Odds (10, 2) rightarrow 25 sum Odds (1, -10) rightarrow -24 */
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
