A small project that uses if...else, match, while loops, and for loops.
It simulates a text-based calculator with a simple menu system.
- Displays a menu with operations (add, subtract, multiply, divide, exit).
- Uses
if/elseormatchto handle choices. - Loops until the user exits.
- Demonstrates iteration with a for loop.