https://github.com/prabdhal/scientificcalculatorapp
A calculator application created using Winforms and C#.
https://github.com/prabdhal/scientificcalculatorapp
algorithms calculator csharp datastructures recursion scientific-calculator winforms
Last synced: 18 days ago
JSON representation
A calculator application created using Winforms and C#.
- Host: GitHub
- URL: https://github.com/prabdhal/scientificcalculatorapp
- Owner: prabdhal
- Created: 2022-01-17T04:52:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T22:38:08.000Z (almost 4 years ago)
- Last Synced: 2025-04-12T17:14:19.692Z (about 1 year ago)
- Topics: algorithms, calculator, csharp, datastructures, recursion, scientific-calculator, winforms
- Language: C#
- Homepage: https://drive.google.com/file/d/1VeWZSJpQppbpMshbPVv2YP39tw3rT8Mp/view?usp=sharing
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scientific Calculator
A scientific calculator application developed using WinForms, with efficient C# code using Lists, Stacks, While loops and recursive function. This app can be downloaded from my google drive found on my GitHub.
Work Process:
A scientific calculator application that the user can download and use immediately. This application stores the last five calculations done by the user and instantly provides the calculated value. This application was developed using WinForms along with C# and some data structures and algorithms: lists, stacks, while loops and a recursive function for factorial calculation.
Technologies:
WinForms, C#, Lists, Stacks, While loops, Recursive function, GitHub
Download App at: https://drive.google.com/file/d/1VeWZSJpQppbpMshbPVv2YP39tw3rT8Mp/view?usp=sharing