Skip to content

Simple console based calculator Java project. Excellent beginner project

Notifications You must be signed in to change notification settings

edknopf1/FirstCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My First Console Calculator in Java

Made by Edward Knopf

Main Features

  • Handles basic operations like: addition, subtraction, multiplication, and division
  • Handles invalid input, including division by zero
  • Can use repeated until exit

How to run

  • Have Java installed - JDK 25
  • In terminal, cd into the directory where Calculator.java is located
  • In terminal type - 'javac Calculator.java' to compile
  • In terminal type - 'java Calculator'
  • Program should run in your terminal window

Takeaways

  • This was my first project that I have done outside of my university studies
  • Simple but effective project to upload to GitHub
  • Had a lot of fun, love for coding increases with each project, no matter how small
  • Will improve this app in the future by adding more operations, and potentially a GUI version

Thank You!

About

Simple console based calculator Java project. Excellent beginner project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages