(Solved): Question 1 (1 point) Use the methods above to determine the value of the variable \( a \). int \( \ ...
Question 1 (1 point) Use the methods above to determine the value of the variable \( a \). int \( \mathrm{a}=\mathrm{alpha}(4,7) \); Your Answer:
int \( b=2 * a \) lpha \( (1,3) \); Your Answer: Answer Question 3 (1 point) Use the methods above to determine the value of the variable \( c \). int \( c= \) bravo \( (9,3) \); Your Answer:
Question 4 (1 point) Use the methods above to determine the value of the variable \( \mathrm{d} \). int \( d=a+3 * \operatorname{bravo}(1,2) \); Your Answer: Answer Question 5 (1 point) Use the methods above to determine the value of the variable e. int \( e= \) charlie( \( 3,4,5) \); Your Answer: Answer
Question 6 (1 point) Use the methods above to determine the value of the variable \( f \). int \( f= \) charlie \( (1,1,1) * \) charlie( \( 2,2,2) \); Your Answer: Answer Question 7 (1 point) Use the methods above to determine the value of the variable \( \mathrm{g} \). int \( g=\operatorname{delta}(8) \); Your Answer: Answer
Use the methods above to determine the value of the variable \( h \). int \( h=5 * \operatorname{delta}(-3)+10 \); Your Answer: Answer Question 9 (1 point) Use the methods above to determine the value of the variable \( i \). int \( i=\operatorname{echo}(5,11) \); Your Answer:
Question 10 (1 point) Use the methods above to determine the value of the variable \( j \). int \( j=\operatorname{echo}(11,5) \); Your Answer: Answer
Solution :- Answer 1: 7 Answer 2: 4 Answer 3: 6 Answer 4: 10 Answer 5: 7 Answer 6: 0 Answer 7: 25 Answer 8: -25 Answer 9: -20 Answer 10: 50 Explanation: public class Main { public static int alpha( int i, int j){ return i + j / 2;} public static int