https://github.com/eadrianbasila/csharp-basics
BS-Computer Engineering Projects (C#)
https://github.com/eadrianbasila/csharp-basics
csharp
Last synced: 3 months ago
JSON representation
BS-Computer Engineering Projects (C#)
- Host: GitHub
- URL: https://github.com/eadrianbasila/csharp-basics
- Owner: EadrianBasila
- Created: 2019-12-16T12:33:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T07:00:32.000Z (over 5 years ago)
- Last Synced: 2025-06-01T20:01:42.999Z (7 months ago)
- Topics: csharp
- Language: C#
- Homepage:
- Size: 290 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C-Basics
BS-Computer Engineering Projects
//For Basic Calculator
This C# project (Basic Calculator) is coded through the use of online C# compiler and not by using Visual Studio.
It is for the reason that the student does not have the necesssary resources to download and install a significantly huge software for he is only on his dorm at the moment.
But still, the student mnaged to code a perfectly working code without the use of the said software.
// For ATM-OOP
This C# project (ATM-OOP) is coded through the use of Visual Studio 2019.The code perfectly works by utilizing Class, Methods and Inheritance.