Question: In JAVA using Netbeans Create a method called sumLastValues that will produce the sum of the last two values in an int variable. Your method
In JAVA using Netbeans

Create a method called sumLastValues that will produce the sum of the last two values in an int variable. Your method should take as a parameter the integer to extract the last two values from. Your method should check to make sure that the int has at least two digits in it. If it does not your method should simply return-1 If it does extract the last two digits return their sum NOTE You are not allowed to convert the number to a string in any way. You must compute the last two values using the math operators. Example Given the number 123 as input your method should return 5 because the last two digits are 3+ 2 n,MSJC son, MsJC
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
