עקבו אחר הסרטון הבא כדי לצפות כיצד להתקין את האפליקציה של האתר על מסך הבית של המכשיר שברשותכם.
תזכורת: This feature may not be available in some browsers.
class Program}
{
static void Main(string[] args)
{
int sw=1 ,x, y, mone = 0;
while (sw > 0)
{
Console.WriteLine("Please Enter The Male and then the Female Number In Your Family");
x = int.Parse(Console.ReadLine());
y = int.Parse(Console.ReadLine());
{
if (x == -1)
sw = 0;
}
if (x == y)
mone++;
}
{
if (sw == 0)
Console.WriteLine("The number of families that their males number is like the female number is:");
Console.WriteLine(mone);
}
}
}
{
int sw=1 ,x, y, mone = 0;
while (sw > 0)
{
Console.WriteLine("Please Enter The Male and then the Female Number In Your Family");
x = int.Parse(Console.ReadLine());
{
if (x == -1)
sw = 0;
}
y = int.Parse(Console.ReadLine());
if (x == y)
mone++;
}
{
if (sw == 0)
Console.WriteLine("The number of families that their males number is like the female number is:");
Console.WriteLine(mone);
}
מוזר, עדיין לא .. הקוד שלי נראה ככה: