Asked by Cristhofer Lugo

Write a pascal program that will accept the names of all sales staff members and their total sales for the month. The algorithm must calculate the commission at 3% of their total sales amount. It should also display the name, total sales and commission of the member with the highest commission and the number of persons without commission.

What i Did:
write('Please Enter your Name: ');
readln(FName_SSF);
writeln;

case Fname_SSF of

'Amber','amber': begin

Answers

yes
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions