13. z{, programowanie komputerów (C#)

[ Pobierz całość w formacie PDF ]

double x, y, z;

 

            Console.Write("Podaj x: ");

            x = Convert.ToDouble(Console.ReadLine());

 

            Console.Write("podaj y: ");

            y = Convert.ToDouble(Console.ReadLine());

 

            if (x < 0 && y < 0)

            {

                z = x * y;

            }

            else

            {

                if (x == 0 || y == 0)

                {

                    z = 10;

                }

                else

                {

                    z = x + y;

                }

            }

            Console.Write(" z = {0}", z);

            Console.ReadKey();

 

        }

    }

}

 

 

[ Pobierz całość w formacie PDF ]
  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • legator.pev.pl