PSPP Flowchart 2
PSPP Flowchart 2
Date: 6.9.2024
Aim:
To draw flowchart for electricity billing
Algorithm:
Step 1: Start
(a) If the unit is less than or equal to 100 then the Total_bill is equal to units * tier1.
(b) If the unit comes between 101 to 300 then the Total_bill is equal to (100 * tier1) + (units -
100) * tier2.
(c) If the unit comes above 300 then the Total _bill is equal to
(100 * tier1) + (200 * tier2) + (units - 300) * tier3.
Step 7: End
Flowchart:
Exp No: 1) b Flowchart for Retail Shop Billing
Date: 6.9.2024
Aim:
Algorithm:
Step1: start
Step8: Stop
Flowchart:
Exp No: 1) c Flowchart for Employee Salary Calculations
Date: 6.9.2024
Aim:
Algorithm:
Step1: Start
Step6: Stop
Flowchart:
Exp No: 1) d Flowchart for Examination Grading System
Date: 6.9.2024
Aim:
Algorithm:
Step1: Start
Step3: Calculate total marks as M1+M2+M3 and find avg as total marks/3
Step5: Stop
Flowchart:
Result:
Thus the flowcharts were successfully drawn