If-Else Yapısı ve Ternary If

Örnek bir if else kullanımı aşağıdaki gibidir:

bool condition = true;

if (condition)
{
    Console.WriteLine("Değişken: true");
}
else
{
    Console.WriteLine("Değişken: false");
}

HackerRank Challenge

Join the challenge to submit your solution.
Şimdi challenge zamanı! Hackerrank profili aç ve [şu challenge’ı](https://www.hackerrank.com/challenges/30-conditional-statements/problem) yap: C# dersini tamamlaman için en sonunda Hackerrank’te C# alanında yıldızları toplaman gerekiyor. Bu challenge’lar seni yıldızlara adım adım götürecek! :) Challenge’ı yapıp Hackerrank profilinin linkini aşağıdaki kutucuğa yaz:

Ödev

Submit your work to complete this lesson.

Join the project workspace to share your solution and receive feedback.

Lesson discussion

Swap insights and ask questions about C# 101

Be the first to start the discussion

Ask a question or share your thoughts about this lesson.