Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
54 views2 pages

Project # 1: (3 Members)

The document outlines 7 potential group projects involving programming various applications. Project 1 involves programming an ATM machine simulator with functions for password entry, checking balances, withdrawing and depositing cash, and quitting. Project 2 is a customer billing system to make bills, track inventory, and print reports. Project 3 is a scientific calculator to convert number bases, calculate quadratic equations, perform matrix operations, and arithmetic. Project 4 is a bank management system to create accounts, deposit/withdraw cash, transfer funds, and view account and transaction information. Project 5 is a medical store management system to track suppliers, customers, medicines, and generate reports and bills. Project 6 is a tic-tac-toe game using goto functions. Project 7 is

Uploaded by

shayan sohail
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views2 pages

Project # 1: (3 Members)

The document outlines 7 potential group projects involving programming various applications. Project 1 involves programming an ATM machine simulator with functions for password entry, checking balances, withdrawing and depositing cash, and quitting. Project 2 is a customer billing system to make bills, track inventory, and print reports. Project 3 is a scientific calculator to convert number bases, calculate quadratic equations, perform matrix operations, and arithmetic. Project 4 is a bank management system to create accounts, deposit/withdraw cash, transfer funds, and view account and transaction information. Project 5 is a medical store management system to track suppliers, customers, medicines, and generate reports and bills. Project 6 is a tic-tac-toe game using goto functions. Project 7 is

Uploaded by

shayan sohail
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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