You are on page 1of 1

Start

NAMES: array [1..] of string TOTALSALES: array [1..] of real COMM: array [1..]of real

set i=0, total=0, max=-1, maxname= , maxsales=0,

For i= 1 to 17 do

YES

NAMES[i] = TOTALSALES[i] = 0 COMM[i] =0

NO

You might also like