Question: in assembly language plz Question#2 (13 points) : Write a program that does the following: 1. (3 points) Ask the user to enter three words
Question#2 (13 points) : Write a program that does the following: 1. (3 points) Ask the user to enter three words each with size 30 (contains characters and one digit). 2. (6 points) Write a function SortWords that takes the words as arguments then sort it in descending order according to max digit in the words. 3. (4 points) In main, call the function and print the words after sorting. For example if the entered words are: Hello2, Ah5mad, 3Labs The result is : Ahmad, 3Labs, Hello2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
