- Create a project named BasicMath.
- Add a class named BasicMath that includes four methods: • add • subtract • divide • multiply
- Ensure that each method takes two double arguments and returns the corresponding operation result.
- Create another project and relate it to the first project.
- Write test cases that test all four methods to ensure they work as expected.
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|