Vorkus-Programmieren-2023/calculator
Sven Vogel 10780c6e8b added calculator 2023-09-13 10:27:03 +02:00
..
README.md added calculator 2023-09-13 10:27:03 +02:00
main.c added calculator 2023-09-13 10:27:03 +02:00

README.md

Simple calculator application

This application asks the user to enter an operator and to two operands. Example:

> Enter operator: +
> Enter operand 1: 67
> Enter operand 2: 8

It then preceeds to print the result of the calculation:

The Result is: 75