Question: Please answer in easy68k Assembly Language Write a program called SortedPrimes to a. Find out the prime numbers in a method from the following list
Please answer in easy68k Assembly Language
Write a program called SortedPrimes to a. Find out the prime numbers in a method from the following list (15, 16, 17, 23, 2, 32, 3, 31, 13, 19, 12, 9) and push/store them in a stack and then print. (15 points)
b. Sort those prime numbers in a second method that you found out from the above list in descending order and store/push them in a stack and then print. (15 points)
Output should look like below on console: Prime Numbers: 17 23 2 3 31 13 19 Sorted in Descending Order: 31 23 19 17 13 3 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
