Write a program to assign four integers and print their value
Answers
Answered by
0
1 2 -1 -2
Explanation:
becuse we don't know
Answered by
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