Computer Science, asked by pkpt289, 4 months ago

Give the output...
int a=10;
int d= a+a+a
System.out.println("Answer="+d);
}}

Answers

Answered by pratyu1312gmail
1

30 is the answer because 10+10+10=30

Similar questions