You are on page 1of 2

Project # 1 (3 Members)

Make a project in which ATM machine functionalities can be performed


 It should have Password hidden just like entering in ATM
 Check Balance
 Withdraw Cash
 Deposit Cash
 Quit
 You should use the functions, loops

Project # 2 (3 Members)
Make a project Customer Billing System
 It should make the bill
 It should keep track of all the item in the store which is in stock which is
out of stock which thing is how much remaining.
 It will ask to print the bill for the customer
 And also has the option to print the details of remaining Items and out
of stock items.
 Should also give the details of that which is sailed item.

Project # 3 (4 Members)
Make a calculator
 Should have the option to convert the numbers from bin to DEC, Oct to
Dec, Hex to Dec and vice versa.
 Calculate the roots of quadratic equation either real or complex.
 Matrix solving up to 3X3 i.e. Multiplication, Addition, Inverse of a matrix.
 Should have separate asthmatic operations function the arithmetic
operations performed should be like real calculator like you enter 2+3
and press enter it will give the result.
 Should solve the equations up to 3 variables in which it will take all the
coefficients of the three equation and finding the values of x, y, z

Project # 4 (3 Members)
Bank Management System
 The tasks that staff can perform in this program is listed below:
 Create new account
 Cash Deposit
 Cash withdrawal
 Fund Transfer
 Account information
 Transaction information
 Log out
Project # 5 (3 Members)
Medical Store Management System
Feature in this projects.
 Supplier Info
 Customer Info
 Medicine
 Report
 Bill

Project # 6 (4 Members)
Tic Tac Toe Game
Hint: Use goto function

Project # 7 (3 Members)
Modern Periodic Table
 Store of Element Information
 Exploration of element Information (Searching)
• By name of element
• By symbol of element
• By atomic number of element
• By atomic weight of element
Hint: Use arrays, Functions

You might also like