Писал в 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;
}
Объяснение:
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;
2+6=8 получается