Quick Index
Meet the Niesens
Our Wedding
School, Employment, & Resume
Hobbies & Interests
Weekly Picture Archive
Recipes
Aldi
Product Reviews
Links
Mail to
Claus
Melissa
|
High-Level Program Segment
for i := 0 to n do
begin
SUM[i] := 0;
begin
x := (n-1) + j;
SUM[i] := SUM[i] + x;
a[i,j] := x;
end
end
for i:= 0 to n do
PROD := PROD * SUM[i]
|