Computer Science, asked by demonicwarlord009, 2 months ago

Q8. Write a program to display the sum of even numbers from the given number. [ DATA 14,19,25,12,30]

Answers

Answered by gayatriray
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