помогите решить задание,запутался
Код:
namespace lab3
{
class Knstrktr
{
private const int d=15;
private const int f=5;
private int c;
public Knstrktr()
{
}
public Knstrktr(int d, int f)
{
c = d + f;
}
public int Check
{
get
{
if (c > a)
c = a;
if (c < b)
c = b;
return c;
}
set
{
c = value;
}
}
}
class Program
{
static void Main(string[] args)
{
int a,b;
Knstrktr obj = new Knstrktr();
Console.WriteLine("Введите значение 1:");
a = Convert.ToInt32(Console.Read());
Console.WriteLine("Введите значение 2:");
b = Convert.ToInt32(Console.Read());
Console.WriteLine("Результат:");
Console.ReadKey();
}
}
}
{
class Knstrktr
{
private const int d=15;
private const int f=5;
private int c;
public Knstrktr()
{
}
public Knstrktr(int d, int f)
{
c = d + f;
}
public int Check
{
get
{
if (c > a)
c = a;
if (c < b)
c = b;
return c;
}
set
{
c = value;
}
}
}
class Program
{
static void Main(string[] args)
{
int a,b;
Knstrktr obj = new Knstrktr();
Console.WriteLine("Введите значение 1:");
a = Convert.ToInt32(Console.Read());
Console.WriteLine("Введите значение 2:");
b = Convert.ToInt32(Console.Read());
Console.WriteLine("Результат:");
Console.ReadKey();
}
}
}