Develop an application that displays the first 50 prime numbers in descending order
Develop an application that displays the first 50 prime numbers in descending order. You may use any of the stack classes presented with this chapter. You may implement this as a console application or with JavaFX. Sample code to determine if a number is prime can be found in the textbook.
I’ll give u the link of the textbook later.