Round 1
Questions: Design a calculator using the Composite design pattern. The calculator should support operations such as addition, subtraction, multiplication, and division. Nested expressions like (2 + (3 * 4)) should also be supported.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.