Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fehmitahsindemirkan/java-training-projects
Projects in the java training series on Kodlama Vakti youtube channel.
https://github.com/fehmitahsindemirkan/java-training-projects
if-else java loops project youtube
Last synced: about 4 hours ago
JSON representation
Projects in the java training series on Kodlama Vakti youtube channel.
- Host: GitHub
- URL: https://github.com/fehmitahsindemirkan/java-training-projects
- Owner: FehmiTahsinDemirkan
- Created: 2023-03-21T20:45:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-20T18:02:47.000Z (10 months ago)
- Last Synced: 2024-01-20T19:20:55.602Z (10 months ago)
- Topics: if-else, java, loops, project, youtube
- Language: Java
- Homepage: https://www.youtube.com/@KodlamaVakti
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Training Projects
This repository contains a collection of Java training projects developed by Fehmi Tahsin Demirkan. These projects are designed to help individuals learn and practice Java programming concepts. Each project focuses on a specific aspect of Java development, providing hands-on experience and practical examples.
## Project List
1. **HesapMakinesi**
- Description: Basic calculator application.
- Status: Training completed.2. **HipotenusHesapla**
- Description: Calculate the hypotenuse of a right-angled triangle.
- Status: Initial commit.3. **KDVHesaplama**
- Description: Calculate the Value Added Tax (KDV) for a given amount.
- Status: Initial commit.4. **OrtalamaHesaplama**
- Description: Calculate the average of a set of numbers.
- Status: Body mass index added.5. **SepetTutariHesaplama**
- Description: Calculate the total amount of a shopping basket.
- Status: Initial commit.6. **Taksimetre**
- Description: Taxi fare calculator.
- Status: Training completed.7. **VucudKutleIndexiHesaplama**
- Description: Calculate the Body Mass Index (BMI).
- Status: Body mass index added.8. **YildizUcgen**
- Description: Generate a star triangle pattern.
- Status: Training completed.## How to Use
1. **Clone the Repository:**
```bash
git clone https://github.com/FehmiTahsinDemirkan/Java-Training-Projects.git
```2. **Navigate to a Specific Project:**
```bash
cd Java-Training-Projects/ProjectName
```3. **Compile and Run:**
```bash
javac MainClass.java
java MainClass
```4. **Follow Project-Specific Instructions:**
- Refer to the project's README or comments in the source code for specific instructions on how to use each application.## Contribution
If you find any issues, have suggestions, or want to contribute, please feel free to create an issue or submit a pull request.
## License
These projects are open-source and available under the [MIT License](LICENSE). Feel free to use, modify, and share them.
## Author
- [Fehmi Tahsin Demirkan](https://github.com/FehmiTahsinDemirkan)