Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 16, 2022. It is now read-only.

Commit 0a83a0e

Browse files
Create Commission Calculator.pseudocode
1 parent ab05cd9 commit 0a83a0e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Input Module
2+
Prompt: SalesPersonName, SalesAmount, CommissionRate
3+
Input: SalesPersonName, SalesAmount, CommissionRate
4+
Calculations Module:
5+
Set CommissionEarned=(SalesAmount*CommissionRate)/100
6+
Output Module:
7+
Write SalesPersonName
8+
Write SalesAmount
9+
Write CommissionEarned

0 commit comments

Comments
 (0)