vedaikin
?>

Склавиатуры выводятся радиус круга и сторона квадрата. определить что больше площадь круга или площадь квадрата

Информатика

Ответы

kurmaleeva

var

  r, a : real;

begin

  read (r, a);

  if pi * sqr (r) > sqr (a) then writeln ('kruga')

  else if  pi * sqr (r) < sqr (a) then writeln ('kvadrata')

  else writeln ('=');

end.

Жуков219

using system;

namespace consoleapp5

{

    class program

    {

        static void main(string[] args)

        {

            bool f;

            double a,b,c, s, s1;

            a = double.parse(console.;

            b = double.parse(console.;

            c = double.parse(console.;

            s = math. + b + c) / 2) * + b + c) / 2) - a) * + b + c) / 2) - b) * + b + c) / 2) - c));

            a = double.parse(console.;

            b = double.parse(console.;

            c = double.parse(console.;

            s1= math. + b + c) / 2) * + b + c) / 2) - a) * + b + c) / 2) - b) * + b + c) / 2) - c));

            if (s == s1)

                f = true;

            else

                f = false;

            console.writeline(f);

            console.readkey();

        }

    }

}

Irina1435

ответ:

program arraycalc;

var

  ar: array[1..4, 1..4] of integer;

function neg (row: integer): integer;

var

  i: integer;

begin

  result : = 0;

  for i : = 1 to 4 do

    if ar [row, i] < = 0 then

      inc (result);

end;

var

  i, j, imax, n, nmax: byte;

  f: text;

begin

  assign(f, 'mas.txt');

  rewrite (f);

  randomize;

  for i : = 1 to 4 do begin

    for j : = 1 to 4 do begin

      ar[i, j] : = random (200) - 100;

      write (inttostr (ar [i, j]) : 4);

      write (f, inttostr (ar [i, j]) : 4);

    end;

    writeln (f, '');

    writeln;

  end;

  close (f);

  imax : = 1;

  nmax : = 0;

  for i : = 1 to 4 do begin

    n : = neg (i);

    if n > nmax then begin

      nmax : = n;

      imax : = i

    end;

  end;

  writeln;

  writeln ('строка массива: ');

  for j : = 1 to 4 do

    write (ar [imax, j] : 4);

  readln;

end.

Ответить на вопрос

Поделитесь своими знаниями, ответьте на вопрос:

Склавиатуры выводятся радиус круга и сторона квадрата. определить что больше площадь круга или площадь квадрата
Ваше имя (никнейм)*
Email*
Комментарий*

Популярные вопросы в разделе

Anshel2018534
Baidina
Борисовна_Дмитриевич1003
siren89
Tsevich333639
Анатольевич
ognevasv555
chulki-kupit
lazu8375
Филипп1054
ridyana504
Алексей424
luxoutlet
Apresov
vsbrelok