Question: What is the result of this function? public int java (int a){ aaa = a; for (int i = 10; i > -5; i--){ aaa
What is the result of this function?
public int java (int a){
aaa = a;
for (int i = 10; i > -5; i--){
aaa += i;
}
return aaa;
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
