Cerkutay
80+ Silver
- Katılım
- 26 Mart 2020
- Mesajlar
- 3,288
- En İyi Cevap
- 1
using System;
namespace ConsoleApp1
{
public class Ucgen
{
int a;
int b;
int c;
public int Cevre
{
get
{
return a + b + c;
}
}
}
internal class Program
{
static void Main(string[] args)
{
Ucgen i = new Ucgen();
i.A = 3
i.B = 4;
i.C = 5;
Console.WriteLine("Üçgenin çevresi: {0}"i.Cevre);
}
}
}
namespace ConsoleApp1
{
public class Ucgen
{
int a;
int b;
int c;
public int Cevre
{
get
{
return a + b + c;
}
}
}
internal class Program
{
static void Main(string[] args)
{
Ucgen i = new Ucgen();
i.A = 3
i.B = 4;
i.C = 5;
Console.WriteLine("Üçgenin çevresi: {0}"i.Cevre);
}
}
}