Computer Science, asked by jnanitha, 6 months ago

write program in Java to print number of numbers beginning with 7​

Answers

Answered by anilnaresh244412
1

Answer:

public class numbers{

public static void main ()

{

System .out.println("The required numbers are :");

System.out.println("7,77 , 777 , 77777):

}

}

Similar questions