Skip to content

using classes and conditionals to make a basic calculator that can perform a variety of operations on 1 or 2 inputs

Notifications You must be signed in to change notification settings

JamesonGG/Basic-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Basic-Calculator

-goal is to creat a basic calculator that can compute an output based on one or two float inputs, and an operation.

-After downloading and extracting the program, there will be two boxes for input, a dropdown to select the operation, a button to run the computation, and an output panel.

-You must enter two inputs, they do not have to be float's.

-For operations that only require one value (e.g. Absolute, and Factorial), only the first input will be computed. The second input is discarded.

TO-DO

About

using classes and conditionals to make a basic calculator that can perform a variety of operations on 1 or 2 inputs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages