помогите пж., нужно писать на С#
Приложения:
Ответы на вопрос
Ответил archery
1
using System;
using System.Collections.Generic;
class Program {
static void Main() {
var x = Converter.ToDouble(Console.ReadLine());
var y = Converter.ToDouble(Console.ReadLine());
var res5 = Math.Sin(Math.Sqrt(x*x + 1));
res5 = (x*x-4) / (y*y + 2) + Math.Pow(2, res5);
Console.WriteLine($"Res5 = {res5}");
var res6 = Math.Atan(3*x+4) / (y*y + 4) + Math.Pow(x*x+3, 3.0 / 2);
Console.WriteLine($"Res6 = {res6}");
var res7 = Math.Pow(Math.Pow(x*x+y*y, 5) + 4, 7) + Math.Sin(Math.Cos(x + y));
Console.WriteLine($"Res7 = {res7}");
}
}
Новые вопросы
Информатика,
11 месяцев назад
Литература,
11 месяцев назад
Алгебра,
1 год назад
Українська мова,
1 год назад