Computer Science, asked by pranitmade3215, 1 day ago

Question :
Find Key:
You are provided with 3 numbers : input1, input2 and input3.
Each of these are four digit numbers within the range >=1000 and <=9999.
i.e.
1000 <= input1 <= 9999
1000 <= input2 <= 9999
1000 <= input3 <= 9999
You are expected to find the Key using the below formula -
Key = Sum of largest digits of each number - sum of "second largest" digits of each number
Given three numbers, write algorithm in java to find the key using the above mentioned formula
Assuming that the 3 numbers are passed to the given function, Complete the function to find
and return the Key.

Answers

Answered by yadavkaranpal
5

I. don't know but I. thing that you will do this answer and right also

please make me brainliest

Similar questions