Here is my suggested code. It finds the smallest number with 0 and 7 (except for the number 0) in the long range. In this case, I am looking for a result for 11.
public class Class007 { static long NUM = 11; public static void main(String[] args) {
source share