Write a Java
program to accept a number find and display it's factors
Answers
Answered by
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
2
Answer:
bro not
Explanation:
I am not a Java studing student
Similar questions
Math,
4 months ago
Social Sciences,
4 months ago
Hindi,
4 months ago
Hindi,
8 months ago
Hindi,
1 year ago