88.8k views
4 votes
Someone help me with this

Someone help me with this-example-1
User CGodo
by
4.4k points

1 Answer

2 votes

Answer:

(b) public String doMath(int value){

return " " + (value * 3);

}

Step-by-step explanation:

Two of the answers doesn't even have a variable to pass into. In order, to return a String the return " " in b will do this. Therefore, I think the answer is b.

User Manni
by
5.0k points