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

0% found this document useful (0 votes)
18 views4 pages

Ajp Ack

Uploaded by

sanikakabade07
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)
18 views4 pages

Ajp Ack

Uploaded by

sanikakabade07
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/ 4

ACKNOWLEDGEMENT

The satisfaction and euphoria that accompany the successful completion of task “Simple
Calculator” would be incomplete without mention of the people who made it possible and
support had been a constant source of encouragement which crowned my efforts with success.
I am glad to express my sincere thanks to my project guide Ms. G. K. Kale, whose
cheerful encouragement, invaluable suggestion & technical support of vital importance have made
me to complete this project successfully.
I also express my profound thanks to our HOD Mr. Rahul M. Patil, who offered me
valuable tips to give my project an impressive shape also for his continuous inspiration, support,
guidance and individual feedback throughout the course of my dissertation work.
I am grateful to all teaching and non-teaching staff of Computer Engineering department
of “Sharad Institute of Technology Polytechnic Yadrav”, for the help without which this
project was not possible.
Finally, I express my honest and sincere feelings towards all those who directly or
indirectly encouraged me, helped me.

Ms. Manasi Anil Joshi 35019


Ms. Sejal Chandrashekhar Jotawar 35022
Ms. Sanika Ganesh Kabade 35023
Ms. Khushi Pravin Kajave 35024
ABSTRACT

This project presents the development of a Simple Calculator application designed to


perform basic arithmetic operations, including addition, subtraction, multiplication, and division.
Utilizing a user-friendly interface, the calculator allows users to input numbers and operations
efficiently. The application is built using Java, ensuring cross-platform compatibility and ease of
use. Key features include real-time calculation, error handling for division by zero, and a clear
display of results. This project serves as an educational tool for understanding fundamental
programming concepts and user interface design, while also providing a practical utility for
everyday mathematical tasks. Overall, the simple calculator project exemplifies the integration of
programming skills and user experience considerations, making it a valuable learning resource.

In this project, we will learn about the Java AWT (Abstract Window Toolkit). As a result, using
this concept we will learn how to build a simple calculator using Java AWT. This calculator
hassome very simple features of add, subtract, multiply and divide. So, let’s get started to learn
how to createa simple calculator in Java AWT. Java AWT (Abstract Window Toolkit) is an API
that helps in buildingGUI based java applications. GUI helps in user interactions using some
graphics. As a result, our operating systems have some underlying GUI’s such as windows,
frames, text field, labels, etc. We can develop calculator in java with the help of AWT/Swing
with event handling. Let's see the code of creating calculator in java. This calculator works on
two integer numbers. As you enter two numbers and then click on desired button, the result is
shown in Result text field
INDEX

1. Introduction 1-2

1.1 Overview
1.2 Key Features
1.3 Technical Implementation
1.4 How to Operate
2. Requirement Specification 3

3. Methodology 4-5

4. System Design 6-7

4.1 Architecture Design

4.2 Flowchart

5. Algorithm 8

6. Explanation of Program code 9-10

7. Implementation 11-12

8. Advantages 13
9. Disadvantages 13

10. Conclusion 14

11. Reference 15

You might also like