Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
/ qcalc Public archive

QCalc is a simple calculator project built from scratch using Java, with a focus on enhancing basic Java skills. This micro-experience covers the process of generating a new Java project using Gradle, implementing basic arithmetic operations, and conducting unit tests to ensure the functionality of the calculator.

Notifications You must be signed in to change notification settings

devendraDPI/qcalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QCalc

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.

Overview

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.

Implement simple calculator

Scope of work

  1. Generate a Java Gradle Project using the command line tool.
  2. Implement basic arithmetic operations and run unit tests to verify the functionalities.

Skills used

Java Unit Testing


Debug and fix issues

Scope of work

  1. Fix compilation errors caused due to syntax/import issues.
  2. Resolve logical issues in the code.
  3. Fix the definition of a method based on a given datatype.
  4. Execute Unit Tests to verify the correctness of the functionalities

Skill used

Java Debugging Unit Testing


Screenshots

gradle build, run, test

About

QCalc is a simple calculator project built from scratch using Java, with a focus on enhancing basic Java skills. This micro-experience covers the process of generating a new Java project using Gradle, implementing basic arithmetic operations, and conducting unit tests to ensure the functionality of the calculator.

Topics

Resources

Stars

Watchers

Forks

Languages