question archive Computer Science Code in masm assembly language
Subject:Computer SciencePrice: Bought3
Computer Science
Code in masm assembly language.
Consider the pattern given below, write-a program that implements the following rule for first ten elements from the pattern.
RULE: "The sum of the digits in the product."
PATTERN: 11x11=4
22x22=16
33x33=?
This pattern for 10 times.