# Introduction This program is designed to calculate basic mathematical expressions entered through the console and print the result. It uses the `eval()` function to evaluate the expression and return the answer.
Click the virtual machine below to start practicing