Skip to content

BradStevenson/Simple-C-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This simply works by taking three user inputs grouped into one scanf() function. These are seperated into valueOne, valueTwo and the operator (choice of *,/,+,-,^). A switch statement is then used in order to run the right calculation for the given operator. Mess around with the code and change bits here and there.

About

Simple C Program good to read through if you are learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages