Selasa, 14 Juni 2011

C++ : Algorithm and Program Function Integer Multiplication 2 Using theAddition Operator

download

ANALYSIS
a x b = a + a + a +...+ a (b times as much)

ALGORITHM
{Calculated by multiplying a and b using the summation operator}

DECLARATION
results, i: integer

DESCRIPTION
result <- 0for <- 1 to b doresult <- result + atimes <- resultdownload
C++ : Algorithm and Program Function Integer Multiplication 2 Using theAddition Operator

0 comments:

Posting Komentar

ALL INFORMATION Copyright © 2011 | Template created by O Pregador | Powered by Blogger