using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; names | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; names

If anyone has know this question then tell me

17th Jul 2022, 4:59 PM
Aryan Maurya Mr.perfect
Aryan Maurya Mr.perfect - avatar
4 Respostas
+ 3
What is the question?
17th Jul 2022, 4:59 PM
Chris Coder
Chris Coder - avatar
+ 3
Aryan Maurya Mr.perfect please show us your attempt and follow the 8 rules for getting help. https://www.sololearn.com/blog/38/8-simple-rules-to-get-help-from-the-community
17th Jul 2022, 5:08 PM
BroFar
BroFar - avatar
+ 2
Aryan Maurya Mr.perfect Area of circle pi * r * r; pi is given Take r as input
17th Jul 2022, 5:35 PM
AĶ¢J
AĶ¢J - avatar
0
We are going to write a program that will calculate the area of ā€‹ā€‹a circle. The area enclosed by a circle of radius r is Ļ€rĀ², where Ļ€ (pi) is the constant ratio of the circumference of any circle to its diameter, and r is the radius. The given program declares a constant pi variable with a value of 3.14. Complete the program to take the radius as input, then calculate and output the area of the circle. Sample Input 5 Sample Output 78.5
17th Jul 2022, 5:01 PM
Aryan Maurya Mr.perfect
Aryan Maurya Mr.perfect - avatar