Write a Swing program in JAVA which lists out all the prime numbers between a range.
a. Create two textboxes, one button and one label
b. When user clicks the button, calculate the prime numbers which are present in
the range (range values are read from the textboxes)
c. Display the prime numbers in a label
Answers
Answered by
0
don't know the answer of this question
Answered by
0
Answer:
Write a Swing program in JAVA which lists out all the prime numbers between a range.
a. Create two textboxes, one button and one label
b. When user clicks the button, calculate the prime numbers which are present in
the range (range values are read from the textboxes)
c. Display the prime numbers in a label
Similar questions