0
Help Me
Площадь круга
3 Réponses
+ 1
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SoloLearn
{
class Program
{
static void Main(string[] args)
{
const double pi = 3.14;
double radius;
//ваш код
}
}
}
+ 1
Не могу понять, что написать...
0
Simply just u need formula area of circle which is πr^2 apply it and print result