Assume that arithmetic is a reference to an object that has a method named add, that accepts two int arguments and returns their sum.

java

LANGUAGE: JAVA CHALLENGE: Assume that arithmetic is a reference to an object that has a method named add, that accepts two int arguments and returns their sum. Two int variables , euroSales and asiaSales, have already been declared and initialized . Another int variable , eurasiaSales, has already been declared. Write a statement that calls add…

Read More