Sum Difference Given an array of integers, write a program to find the difference between the sum all the even numbers in the array and sum of all odd numbers in the array. You can subtract the sums in whatever order you wish but the function must always return a positive integer. Please complete a function called SumDiff, which takes an argument of an array of numbers and returns an integer. function SumDiff(numbers) { // your code here // returns an integer } Example test case: Input: [1,5,8,2,10,33,36] Output: 17 Reasoning: (8 + 2 + 10 + 36) - (1 + 5 + 33) = 17

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 2RQ
icon
Related questions
Question

Sum Difference

Given an array of integers, write a program to find the difference between the sum all the even numbers in the array and sum of all odd numbers in the array. You can subtract the sums in whatever order you wish but the function must always return a positive integer. Please complete a function called SumDiff, which takes an argument of an array of numbers and returns an integer.

function SumDiff(numbers) {
// your code here
// returns an integer
}

Example test case:
Input: [1,5,8,2,10,33,36]
Output: 17
Reasoning: (8 + 2 + 10 + 36) - (1 + 5 + 33) = 17

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question

How would this look in JavaScript?

Solution
Bartleby Expert
SEE SOLUTION
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage