You are expected to find the Key using the below formula -
Key = (Hundreds digit of input1 x Tens digit of input2) - (Largest digit of input3)
For e..g. if input1 = 3521, input2=2452, input3=1352, then Key = (5 x 5) - 5 = 20
Assuming that the 3 numbers are passed to the given function, Complete the function to find
and return the Key.
full JAVA code
Answers
Answered by
9
Answer:
very tough question hats off you bro
Answered by
0
very very tough question needs to enrichh
Similar questions