Skip to content

Tenison/goSimpleCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

goSimpleCalculator

Golang Simple Calculator using only integers

Include a simple go calcultor package

Performs addition, subtraction, division, mutliplication, and reminder/mod

Example: $ go run main.go

Please input first number: 12
Please enter calculation operator(+,-,/,*,%): -
Please input second number: 6
The answer is  6

About

Golang Simple Calculator using only integers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages