Skip to content
View ayhan-unlu's full-sized avatar

Block or report ayhan-unlu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ayhan-unlu/README.md

ayhan-unlu

Hi 👋, I'm Ayhan Unlu

Ayhan,
           - got retired in April 2023,

           - since then started his new journey with self-learning Java,
           - got great support from both https://app.patika.dev/ and https://kodluyoruz.org/tr/kodluyoruz/
           - is a Passionate and Patient life-time learner.

Languages and Tools:

java

Connect with me:

exp ayhan_unlu 18763309

ayhan-unlu

 ayhan-unlu

ayhan-unlu

ayhan-unlu

Pinned Loading

  1. Java_Salary_Calculator_FirstCase Cat... Java_Salary_Calculator_FirstCase Catalog - ebebek
    1
    public class Main
    2
    {
    3
        public static void main(String[] args) {
    4
        Employee Employee1 = new Employee("Kemal", 2000, 45, 2001);
    5
            Employee1.run();
  2. MineSweeper.java MineSweeper.java
    1
    import java.util.Arrays;
    2
    import java.util.Random;
    3
    import java.util.Scanner;
    4
    
                  
    5
    public class MineSweeper {
  3. 221103_Grocery_Calculation_HashMap 221103_Grocery_Calculation_HashMap
    1
    import java.util.HashMap;
    2
    import java.util.Scanner;
    3
    
                  
    4
    public class Class_221103_Grocery_HashMap {
    5
        public static void main(String[] args) {