Computer Science, asked by maazshaikh6363, 9 months ago

Write a program to assign four integers and print their value

Answers

Answered by Sakshamguleria
0

1 2 -1 -2

Explanation:

becuse we don't know

Answered by mail2sibani10
0

ok buddy!

Explanation

public class integers

{

public static void main(String[]args)

{

int a=1;

int b=2;

int c=3;

int d=4;

int sum;

sum=a+b+c+d;

System.out.println("The value of a,b,c and is" +value);

}

}

hope it helps u :>

Similar questions