write a java  program that displays all the numbers from 100 to 200, ten per line, that are divisible by 5 and  6 .

write a  java program that displays all the numbers from 100 to 200 ,ten per line ,that are divisible  either   5 or 6 ..numbers are separated exactly one space.

Use a while loop to find  the smallest  of integer n such that n^2 is greater than 12,000

Write a program that prompts the user to enter an integer from 1 to 15 and display a pyramid as shown.

Write a program  to Display all prime numbers between 2 and 10000.display 8 prime numbers per line.

Write a  program to display the following pattern

1

1 2

1 2 3

1 2 3 4

1 2 3 4 5

1 2 3 4 5 6

b.

1 2 3 4 56

1 2 3 4 5

1 2 3 4

1 2 3

12

c.  1

     2 1

     3 2 1

     4 3 2 1

      5 4 3 2 1

      6  5 4 3 2 1

d.

1 2 3 456

      12345

        1234

           123

            12

             1

 

 

    • 11 years ago
    A+ Answers
    NOT RATED

    Purchase the answer to view it

    blurred-text
    • attachment
      tn253.docx