Assume the availability of a class named Arithmetic that provides a static method , add, that accepts two int arguments and returns their sum.
LANGUAGE: JAVA
CHALLENGE:
Assume the availability of a class named Arithmetic that provides a static method , 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 to compute the sum of euroSales and asiaSales and that stores this value in eurasiaSales.
SOLUTION:
The Bad News: The content you are trying to access is only available to members.
The Good News: You too can be a member, simply Click Here.
Already a member? Log In Here
Posted in Java, Learn To Code