Speech

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Thank You Kazi Sabbir Ahmed

Hello everyone, Assalamualaikum sir,


Myself Sudiptya Chanda from CSE dept. now from this part I will continue this
project. As you can see Bash is a command-line interface shell program used
extensively in Linux. It was First released in 1989, it has been used as the default
login shell for most Linux distributions. Some aspect of bash language that we use
in our program.

At first Array, it’s a data structure consisting of a collection of elements, each


identified by at least one array index or key.
In our project the product name, price and quantity are listed into arrays. From the
arrays, the program will generate a bill.

Then function it’s simply a “chunk” of code that we can use over and over again,
rather than writing it out multiple times.

Lastly Read/Write (R/W) refers to devices or storage media that can be read from
and written to with data. In Our program, we read product list from txt files and
also write each customer’s money receipt into separate txt file.

Let’s talk about some advantages of our project:


Our project is Reduces human efforts,
Give users accurate Calculation including vat.
It’s pretty user friendly and
It Reduce Paperwork.
Our project has some limitation like:
We can use this project as E-commerce website
We can add date and time & Salesman details, Also Add pictures of the products
If we using this project in online, we can Create a membership Policy for users

Our project is on supermarket billing system. This project is based on the sales
transaction and billing of items in a supermarket. The system is user-friendly and
easy to use. Finally, a bill will be generated for each customer

You might also like