Computer Science, asked by sonibhumi151, 3 months ago

write a program to print the multiplication of two numbers using LET Command.​

Answers

Answered by IIAloneKarthikII
3

Now a days all the computer which has multiplier module as a default core module. So multiplication will be a basic arithmetic operation in any programming language. There is no logic involved .

Now a days all the computer which has multiplier module as a default core module. So multiplication will be a basic arithmetic operation in any programming language. There is no logic involved .As we have studied in our primary school, multiplier is a operator which needs two operant to perform the operation. Similarly in computer multiplier is an arithmetic operating module which needs two input to do the operation, that is all.

Now a days all the computer which has multiplier module as a default core module. So multiplication will be a basic arithmetic operation in any programming language. There is no logic involved .As we have studied in our primary school, multiplier is a operator which needs two operant to perform the operation. Similarly in computer multiplier is an arithmetic operating module which needs two input to do the operation, that is all.Whatever programming language we can use two input is directly given to multiplier to multiply and produce the output.

Now a days all the computer which has multiplier module as a default core module. So multiplication will be a basic arithmetic operation in any programming language. There is no logic involved .As we have studied in our primary school, multiplier is a operator which needs two operant to perform the operation. Similarly in computer multiplier is an arithmetic operating module which needs two input to do the operation, that is all.Whatever programming language we can use two input is directly given to multiplier to multiply and produce the output.So c = a* b is the programming syntax.

Now a days all the computer which has multiplier module as a default core module. So multiplication will be a basic arithmetic operation in any programming language. There is no logic involved .As we have studied in our primary school, multiplier is a operator which needs two operant to perform the operation. Similarly in computer multiplier is an arithmetic operating module which needs two input to do the operation, that is all.Whatever programming language we can use two input is directly given to multiplier to multiply and produce the output.So c = a* b is the programming syntax.If you use type defined language such as c, c++, java you need to define type of each variable . If not this line it self will give the result if you assign a and b

Similar questions