Writeln 'This program must accept the reptotal for the month and calculate the commission of an employee Start Thres= Emtotal= Reptotal= Tcomm= Writeln 'Enter the salerepname Readln (Name) Writeln 'Srep name Readln (Reptotal) If reptotal > thres then Comm = reptotal x 0.725 Else reptotal < thres then Comm = reptotal x 0.125 Endif Emtotal