When you multiply an n digit number by an m digit number manually, then number of digit-wise multiplications you perform is
Answers
Answered by
1
Explanation:
Computer programming is the process of designing and building an executable computer program for accomplishing a specific computing task. Programming involves tasks such as: analysis, generating algorithms, profiling algorithms' accuracy and resource consumption, and the implementation of algorithms in a chosen programming language (commonly referred to as coding).[1][2] The source code of a program is written in one or more languages that are intelligible to programmers, rather than machine code, which is directly executed by the central processing unit.
Answered by
0
() or M*N is the correct answer for the above question
Explanation:
- When any user multiplies M and N then the number of multiplication will perform M*N.
- For Example, if a user multiplies 5 digit number with a 4 digit number then the number of multiplication is 20. and
- if a user multiplies a 10 digit number with a 4 digit number then the number of multiplication is 40.
- if a user multiplies 1 digit number with a 1 digit number then the number of multiplication is 1.
Learn more:
- Multiplication : https://brainly.in/question/13554790
Similar questions