Westonci.ca is the premier destination for reliable answers to your questions, brought to you by a community of experts. Join our Q&A platform to connect with experts dedicated to providing precise answers to your questions in different areas. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.

Simple calculator

Program name: CAL.PAS

Write a program that simulates a simple computer that performs arithmetic operations on integers.

Data: Enter from the keyboard the information in the following order: integer a, space, one of the math operations(*,+,-,/), wing sign, integer b. '/'' is division by integer part.

Result: Display an integer – the result of performing the operation on two integers a and b.

Note:

* Integers a, b, the value of the given result does not exceed the maximum size of the integer type in Free Pascal