Section 1. Chapter 1
single
challenge 1
Swipe to show menu
Task
Swipe to start coding
Implement a basic calculator that can evaluate a mathematical expression provided as a string input. The calculator should support the following operations: addition (+), subtraction (-), multiplication (*), division (/), and parentheses for grouping. The calculator should handle operator precedence correctly and be able to process expressions that include whitespace.
Examples
Input:
3 + 5 * 2 ^ 2
Output
23
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 1
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat