You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arithmetic-Operations is an interactive web app designed to perform and visualize basic mathematical operations dynamically. This tool helps users practice and understand addition, subtraction, multiplication, and division interactively.
A simple calculator app built with Flutter, featuring basic math operations, sign toggle, percentage calculations, and a sleek UI. Ideal for beginners learning Flutter widgets, layouts, and state management.
This project implements an arithmetic calculator capable of parsing and evaluating mathematical expressions using a custom stack data structure. The calculator handles various arithmetic operations and parentheses, providing accurate results for complex expressions.
SDL2 Calculator: A calculator built with C++ and SDL2, supporting basic arithmetic, advanced math functions, and trigonometry. Features a user-friendly graphical interface. 
Aplicación Android en Java que implementa una calculadora funcional con diseño moderno. Soporta operaciones básicas (+, −, ×, ÷), decimales y validación de errores como división entre cero. Incluye SplashScreen animado con la API oficial de Google y compatibilidad con SDK 24+.
Final week project for FNB App Academy, featuring complete lessons and code in HTML, CSS, JavaScript, and Python. Includes key topics like functions, modules, exception handling, and app development exercises. Prepared to help review and pass the final assessment after 8 weeks of learning practical coding and development skills.
Java programs and test protocols for the second exercise unit (UE02) in "Software Development 1". Focus: debugging, calculations, and formatted outputs.
Dive into Python by getting an understanding of the core elements, keywords and syntax. Start writing Python programs by assigning variables, applying functions and combining math operations.
Python_Begginer_Projects is a collection of simple Python scripts designed to help absolute beginners practice core programming concepts. Each file demonstrates a basic principle of Python such as printing, conditionals, input handling, and simple logic — perfect for first-time coders or classroom exercises.
This is a python program that calculates the amount each person needs to pay on a split bill, based on tip percentage, number of people and total bill.