Fix the code structure

Report a typo

Arrange lines of code of this unit test class in the correct order and with the correct indentation.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                class CalculatorTests {
              
                void test() {
              
                assertEquals(12, result);
              
                }
              
                @Test
              
                int result = calculator.multiply(3, 4);
              
                }
              
                Calculator calculator = new Calculator();
              
___

Create a free account to access the full topic