Write a program in java to accept any 10 numbers. Print sum of only the negative numbers.
Answers
Answered by
1
Answer:
Program to print the sum of negative numbers, sum of positive even numbers and the sum of positive odd numbers from a list of numbers (N) entered by the user.
Similar questions