Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 774 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 774 Bytes

CalculatorApp

CalculatorApp is a basic arithmetic calculator implemented in DrRacket with a graphical user interface (GUI). It supports fundamental operations like addition, subtraction, multiplication, and division. This project is ideal for those beginning with Racket and GUI programming, demonstrating how to build a simple, user-friendly application.

Features

  • Basic Operations: Perform addition, subtraction, multiplication, and division.
  • Simple GUI: A clear, straightforward interface for easy interaction.
  • Error Handling: Gracefully handles division by zero and invalid inputs.

Prerequisites