Помощ! - (Решено)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApp3
{
class Program
{
static void Main(string[] args)
{
double b1 = double.Parse(Console.ReadLine());
double b2 = double.Parse(Console.ReadLine());
double h = double.Parse(Console.ReadLine());
double area = (b1 + b2 * h / 2);
Console.WriteLine(area);
}
}
}
https://judge.softuni.bg/Contests/Submissions/View/8858059
Четенето трябва да е от конзолата, не да си измислиш ти стойностите