Java
Debugging
Unit Testing
Build a simple calculator project using Java from scratch
This project aims to obtain basic skills in Java by building a subset of features seen in calculators.
During the course of this Micro-Experience, the developer:
- Generated a new Java project using Gradle.
- Built features of a calculator by using Java.
- Fixed the bugs in the implementation of newly introduced features of the calculator.
This project aims to obtain basic skills in Java by building a subset of features seen in calculators.
During the course of this Micro-Experience, the developer:
- Generated a new Java project using Gradle.
- Built features of a calculator by using Java.
- Fixed the bugs in the implementation of newly introduced features of the calculator.
- Generate a Java Gradle Project using the command line tool.
- Implement basic arithmetic operations and run unit tests to verify the functionalities.
Java
Unit Testing
- Fix compilation errors caused due to syntax/import issues.
- Resolve logical issues in the code.
- Fix the definition of a method based on a given datatype.
- Execute Unit Tests to verify the correctness of the functionalities
Java
Debugging
Unit Testing