Q8. Write a program to display the sum of even numbers from the given number. [ DATA 14,19,25,12,30]
Answers
Answered by
0
class _ even number
{
public static void main
{
int a= 14 ,b=19, c= 25 ,d=12,e=30
int sum = 0
sum = a+b+c+d+e
system.out.println(" the sum of the even number are "+ sum )
Similar questions
Math,
1 month ago
Political Science,
1 month ago
Math,
1 month ago
Accountancy,
2 months ago
English,
2 months ago
Chemistry,
10 months ago
Math,
10 months ago