Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help ASAP! I need this in Assembly Language code/Easy68K please. Write a program called SortedPrimes to a. Find out the prime numbers from the

Please help ASAP! I need this in Assembly Language code/Easy68K please.

Write a program called SortedPrimes to

a. Find out the prime numbers 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 the list of prime numbers that you found from previous problem 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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

1 2 3 Data Base Techniques

Authors: Dick Andersen

1st Edition

0880223464, 978-0880223461

More Books

Students also viewed these Databases questions