Question: Need help on both question and need it to be answered in Assembly code. Thanks! 1. How to display a triangle using stars, for example:
Need help on both question and need it to be answered in Assembly code. Thanks!

1. How to display a triangle using stars, for example: Note that it's up to you to hardcode number of rows in triangle or read it from user. You decide what you want to do. 2. How to compare two strings you read from the user (or hardcode the two strings, which ever you want). Assume string length is fixed and it's 5 characters. So you're comparing two 5 character strings with each other and your FUNCTION prints YES if both strings are identical and NO if not. Please note that following: -) You can use any type of input you want, I would recommend hardcoding the two strings in two variables and just compare the variables but it's up to you. -) It's up to you to make it case sensitive or not. SO AB could match ab or not, it's up to you. (My recommendation, do NOT make it case sensitive (much easier))
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
