Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What is the fastest algorithm for multiplication of two n-digit numbers?

user-image
Question added by Muhammad Bilal , IT Manager , FAWAD MEDICOSE (DISTRIBUTOR)
Date Posted: 2014/10/29
Bilal abboud
by Bilal abboud , Burger King

procedure multiple ()

variables a,b,s : integer;

write ( " enter the first number");

read (a);

write ("enter the second number");

read (b);

s=a*b

Write ("s=",s);

End

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.