Category: Projects
-
Loan EMI Calculator
Calculate monthly EMI for a loan.COMPUTE, ACCEPT, DISPLAY. Formula: EMI=P×R×(1+R)N(1+R)N−1EMI = \frac{P \times R \times (1+R)^N}{(1+R)^N – 1}EMI=(1+R)N−1P×R×(1+R)N Where:
-
Employee Database
Store employee records and display them. FILE handling, WRITE/READ, PERFORM. Explanation:
-
Sales Billing System
Calculate total bill with discount and tax. Arithmetic operations, COMPUTE, ACCEPT/DISPLAY. Explanation:
-
ATM Simulation Project
Mimic ATM operations (deposit, withdraw, check balance, exit). PERFORM loops, IF-ELSE, arithmetic. Explanation:
-
Marksheet Processing System
Input marks of students and calculate grade. IF-ELSE, arithmetic, ACCEPT/DISPLAY. Explanation:
-
Inventory Management System
Manage stock (add items, update stock, display). Tables (arrays), loops, PERFORM.
-
Banking Transaction System
Deposit, withdraw, and check balance. IF-ELSE, arithmetic, file storage. Explanation:
-
Payroll Management System
Calculate employee salaries with bonuses/deductions.Arithmetic operations, conditional logic. Explanation:
-
Student Record Management System
Store and display student details.File handling, ACCEPT/DISPLAY, structured records. Explanation: