+ 2
Variable sum which is equal to the sum of a and b
Please help me
3 odpowiedzi
+ 5
int a=5;
int b=6;
int sum=a+b;
+ 3
They are saying the variable you need to classify is 'sum'. So int sum and sum is a + b
+ 2
What is your question ? can you please be more specific?