There are 0 repository under basic-arithmetic-operations topic.
This C++ program demonstrates basic object-oriented programming principles through the implementation of a Fraction class. It includes constructors, destructor, operator overloading, and exception handling for division by zero. Users can input two fractions, and the program will calculate their sum.
A simple GUI-based calculator built with Java Swing, supporting basic arithmetic operations (addition, subtraction, multiplication, and division). It features a clean interface, a responsive layout, and essential functions like decimal input, delete, and clear for easy calculations.
A calculator that uses handwritten digits and operators to calculate the result, using contour detection and CNN model prediction. Tensorflow (Keras) is used to create, train and load the neural network model used for predictions. CustomTKinter is used to provide the GUI. OpenCV and Pillow (PIL) are used for contour detection.
8 Bit Calculator fully using logic gates and plexers
Sample JAVA application for git demonstration
Create a basic yet functional web calculator with clean design using just HTML and CSS!
Big number arithmetic calculator of additions, subtractions, division, multiplications and modulus, using dynamic memory allocation
You can perform all basic arithmetic operations. Python simple calculator using tkinter.