answersLogoWhite

0

By using repeated addition. Consider two numbers a and b. If you want to find a*b then you can add the numbers repeatedly in a loop to get the product. Eg:

product = a;

for( i=1; i<=b; i++)

product+= a;

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you write find out the power of a number without using operator and predefined functions?

With repeated multiplication.


How you can find a factorial of a number without using multiple operator?

If you really wanted to do this, you could simulate multiplication with repeated addition.


What is 5614148565285614 514514581451451454?

They are two large numbers, without any operator between them.


What is the advantage of Egyptian multiplication method?

The Egyptian multiplication method, also known as doubling and halving, simplifies multiplication by breaking down numbers into simpler parts. This method allows for multiplication using only addition and doubling, making it easier to perform without a calculator or advanced tools. It is particularly advantageous in ancient times or in environments with limited resources, as it relies on basic arithmetic principles. Additionally, it enhances understanding of multiplication through a visual and systematic approach.


Write a c program to find the product of two numbers without using operator?

#include&lt;stdio.h&gt; #include&lt;conio.h&gt; void main() { int a,b,multi; clrscr(); printf("enter a value for a and b"); scanf("%d%d",&amp;a,&amp;b); multi=a*b; printf("the result is %d", multi); getch() }


What is 329.99399.99?

It is two (or more) numbers which have been concatenated (run into one another without ant operator).


What does Russian multiplication allow you to do?

it allows you to multiply big numbers without times tables click to see more


Why can you break apart numbers to multiply without changing the product?

Because of the distributive property of multiplication over addition.


What is the property of 5xp equals px5?

The property you are referring to is the commutative property of multiplication. This property states that the order in which numbers are multiplied does not change the result. In this case, 5xp is equivalent to px5 because multiplication is commutative, meaning you can rearrange the factors without affecting the product.


2.43 2.43 plus 2.43 7.57 2 plus 7.57 7.57?

some of those numbers are just chilling and not sure what they are doing without an operator... 2.43+2.43 = 4.86 2 + 7.57 = 9.57 i only did the numbers with an operator


What is associative property multiplication?

The associative power of multiplication states that for any three numbers a, b and c, (a * b) * c = a * (b * c) and so we can write either as a * b * c without ambiguity.


Is the set of real numbers closed under addition?

Yes. The set of real numbers is closed under addition, subtraction, multiplication. The set of real numbers without zero is closed under division.