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.
SDL2 Calculator: A calculator built with C++ and SDL2, supporting basic arithmetic, advanced math functions, and trigonometry. Features a user-friendly graphical interface. 
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.
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.
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.
Java programs and test protocols for the second exercise unit (UE02) in "Software Development 1". Focus: debugging, calculations, and formatted outputs.
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.