Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

7.

WAP to print the sum of negative number, sum of


even positive number, sum of odd positive number.

Data type Variable name Description

Integer n For taking Input from


the user Form the
user.
Integer arr [] For Declaring the
array for
excepting multiple
number
Integer i For using it in for
loop

Integer sum For ca lculating the


sum of Negative
numbers

Integer sum For ca lculating the


sum of even Positive
number

Integer sum2 For ca lculating the


sum of old Positive
number.

You might also like