write program in Java to print number of numbers beginning with 7
Answers
Answered by
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