Computer Science, asked by mantriashwini, 8 months ago

Write a Java


program to accept a number find and display it's factors​

Answers

Answered by Anonymous
1

Answer:

println("Please Enter any number to Find Factors: "); Number = sc. nextInt(); In the next line, we have For Loop, and the condition inside the for loop (i <= Number) will make sure that i should not exceed the number. Within the For loop, we used If Condition to check whether the Number % i is equal to zero or not.

Explanation:

folllow me n thank my answer

Answered by anant9495
2

Answer:

bro not

Explanation:

I am not a Java studing student

Similar questions