Computer Science, asked by nikkukumargupta1, 9 months ago

wap to print this pattern in java
1
35
579
79
9​

Answers

Answered by nilay8706
1

Answer:

5 this is your answer

Explanation:

thank you

Answered by billupatithanusri999
2

Answer:

The number which is only divisible by itself and 1 is known as prime number. For example 2, 3, 5, 7…are prime numbers. Here we will see two programs: 1) First program will print the prime numbers between 1 and 100 2) Second program takes the value of n (entered by user) and prints the prime numbers between 1 and n. If you are looking for a program that checks whether the entered number is prime or not then see: Java Program to check prime number.

Similar questions