Focus mode

C# - 4.Hafta

If-ElseIf-Ternary-If

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");
}
left-disk

Programs to Accelerate Your Progress in a Software Career

Join our 4-8 month intensive Patika+ bootcamps, start with the fundamentals and gain comprehensive knowledge to kickstart your software career!

right-cube

HackerRank Challenge

Project

Comments

You need to enroll in the course to be able to comment!