This project is a console-based application developed for C# exam. The primary goal is to demonstrate proficiency in key programming concepts, including data processing, and user input handling, all through a command-line interface.
- Console-based Interaction: The project operates entirely in the console, ensuring a straightforward and efficient user experience.
- Synchronization Tasks: It demonstrates concurrency management by executing tasks that require synchronization.
- Data Processing: The program processes input data provided by the user and displays results in the console.
- C#
- .NET Framework
Ensure you have the following tools installed:
- Visual Studio or any C# IDE
- .NET Framework
- Clone the repository:
git clone https://github.com/aykhan019/Cs_ExamProject.git
- Navigate to the project folder and open the .csproj file in your IDE.
- Build and run the project in Debug mode to launch the console application.
- Launch the Console: Run the program from your IDE or terminal.
- Follow the Prompts: The console will guide you through various tasks. Enter the required data when prompted.
- View Output: All output, including calculations and synchronization tasks, will be displayed in the console.
Click the image above to view the full project demonstration.
If you'd like to contribute to this project, please fork the repository, create a feature branch, and submit a pull request.
This project is licensed under the MIT License