Write a Java expression for the following:
3a + b
2 a+b
Answers
Answered by
0
Answer:
3a + b is:
3 * a + b
2a + b is:
2 * a + b
Similar questions