The answer is C. Jurassic.
Answer:
3
Explanation:
= 1 + (int) (4*(63 - 51)/(71-51)))
= 1 + (int) (4*12/20)
= 1 + (int) (48/20)
= 1 + (int)2.4
= 1 + 2
= 3
Boolean operators it is
all the best
Answer:
The source code has been attached to this response. It contains comments explaining each line of the code. Kindly go through the comments.
To run this program, ensure that the file is saved as ArithmeticProcessor.java
Keep editing line 7 of the code to test for other inputs and arithmetic operation.
A sample output has also been attached to this response.