Question: Java only please! Define a method calcNum() that takes two integer parameters and returns the product of the two parameters minus 3. Ex: If the
Java only please!
Define a method calcNum() that takes two integer parameters and returns the product of the two parameters minus 3.
Ex: If the input is 5 9, then the output is:
42
\begin{tabular}{l|l} CHALLENGE \\ ACTIVITY & 6.1.4: Methods with parameters and return values. \end{tabular} Jump to level 1 Define a method calcNum() that takes two integer parameters and returns the product of the two parameters minus 3. Ex: If the input is 59 , then the output is: 42
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
