Question: In Java, Given two ints, each in the range 10..99, return true if there is a digit that appears in both numbers, such as the
In Java, Given two ints, each in the range 10..99, return true if there is a digit that appears in both numbers, such as the 2 in 12 and 23. Write an implementation for a static method, shareDigit, that implements this logic without using a conditional statement (no if, no switch, no ternary operator).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
