Computer Science, asked by amitkumarsahu271, 11 months ago


Answer it for java programming



Enter 4 different values and show the sum of even value that you have entered.​

Answers

Answered by amjadk205
0

Answer:

Buble, heating, color, red,

Answered by charu27806
0

Answer:

class sample

{

void main ()

{

int a=4;

int b=7;

int c=5;

int d=9;

int s;

s=a+b+c+d;

system.out.println ("sum="+s);

}

}

Similar questions