ALL INFORMATION
Beranda
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 <- result
download
C++ : Algorithm and Program Function Integer Multiplication 2 Using theAddition Operator
0 comments:
Posting Komentar
Posting Lebih Baru
Posting Lama
Beranda
Langganan:
Posting Komentar (Atom)
ALL INFORMATION
Copyright © 2011
|
Template created by
O Pregador
|
Powered by
Blogger
0 comments:
Posting Komentar