Stenenko
?>

Чему будет равна переменная < > после выполнения этой программы а: =26; b: =6; c: = a mod b+b;

Информатика

Ответы

Varezka86179
26 mod 6=2
2+6=8 получается
glebovaludok

Писал в Visual Studio. Проверка при x = 5: y = 0.7 * 5^4 - 4.5 * 5^2 / e = 396,11

Считает в диапазоне от 5 до 10 включительно.

Код:

#include "stdafx.h"

#include <iostream>

#include <windows.h>

using namespace std;

int main()  

{

setlocale(LC_ALL, "Russian");

double exp = 2.71828;

for (int x = 5; x < 11; x++) // Значения от 5 до 10 включительно

{

 double y = (0.7 * x*x*x*x - 4.5 * x*x / exp);

 cout << "[x = " << x << "] y = " << y << endl;

}

return 0;

}

Объяснение:

oksana77768

using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;

using System.Threading.Tasks;

namespace Global

{

   class Program

   {

       static void Main(string[] args)

       {

           string first_x = Console.ReadLine();

           int first_input = Convert.ToInt16(first_x);

           int y = 1 - first_input;

           y = y + 3 * Get_x();

           y = y - 4 * Get_x();

           Console.Write(y);

           Console.Read();

       }

       static int Get_x()

       {

           string input = Console.ReadLine();

           int x = Convert.ToInt16(input);

           return x;

       }

   }

}

Объяснение:

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

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

Чему будет равна переменная < > после выполнения этой программы а: =26; b: =6; c: = a mod b+b;
Ваше имя (никнейм)*
Email*
Комментарий*

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

trast45
Рогова Ольга1156
MariyaKhanbalaeva585
ele922009226536
kodim4
annayarikova
cvetprint
AnnaChulyukanova3
delfinmos
uzunanna19922488
hvostna23
Ye.Vadim
Дил1779
Itina321t
Andrei_Mariya