- 3
Pls help me with this code
Area of circle (C#)
10 Answers
+ 2
I don't understand
+ 1
Console.WriteLine(pi*radius*radius);
+ 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;
//your code goes here
Console.WriteLine(pi*(r**2));
}
}
}
0
Thanks
0
It doesn't work
0
Pls help me to solve it
0
Thanks 👍
0
It worked,but pls explain
0
I mean the Math.Pow
0
Thanks so much