I implemented the Calculator class and its multiply method as per the problem requirements. The output matches the expected values, but the platform still marks it as “Wrong Answer”.
Issue Observed:
- Even though the output is correct, the system returns a “Wrong Answer”.
- I suspect either:
- The platform expects exact naming (
Calculatorwith capitalC) - Or it has hidden I/O rules not mentioned in the prompt
- Or the test runner is incorrectly configured
- The platform expects exact naming (
