Circle
Write a program that receives the radius of the circle and prints its area and environment
Circle area = radius * radius * Pi (3.14)
Circle environment = diameter (radius * 2) * Pi number (3.14)
Write a program that receives the radius of the circle and prints its area and environment
Circle area = radius * radius * Pi (3.14)
Circle environment = diameter (radius * 2) * Pi number (3.14)
let msg = 'error' alert(msg)This answer is only visible to premium members
This answer is only visible to premium members
let msg = 'error' alert(msg)This answer is only visible to premium members
This answer is only visible to premium members
let msg = 'error' alert(msg)This answer is only visible to premium members
This answer is only visible to premium members
R = eval(input("plesse inter R : ")) print(f"A : {R*R*3.14}") print(f"{2*R*3.14}")
1PI=3.14
2r=float(input ('r: '))
3p=(r *r*PI)
4s=(2*r*PI)
5print(p,'m^2',s,'m')
from math import pi radius = float(input('Enter Radius:')) print(f'area: {(radius * radius * pi): .2f} - circumference: {(radius * 2 * pi): .2f}')
r = float(input("shoa:"))
print ("masahat :", (r*r*3.14) )
print ("mohit :", (r*2*3.14))
pi = 3.14 # Get the circle radius of the user radius = float(input("لطفاً شعاع دایره را وارد کنید: ")) # Calculate the area of the circle area = radius * radius * pi # Calculate the circle environment circumference = (radius * 2) * pi # Circle printing print("مساحت دایره برابر است با:", area) print("محیط دایره برابر است با:", circumference)
P = 3.14 R = int(input("Enter Radius: ")) Q = int(input("Enter Qatar: ")) print("This is Radius", R*R*P) print("This is Qatar", Q*P)
radius=float(input("enter radius of the circle:")) diameter=radius*2 p=3.14 circumference=diameter*p area=(radius**2)*p print(f"circumference:{circumference},area:{area}")
Submitting answers is currently unavailable.
Write a program that receives 2 numeric value from the input and stores in variables A and B. Then move the values of these two variables (the value of variable A is to be stored within B and the value of variable B is saved within a)
Write a function that receives some and checks whether the amount received is the email. If the email was True, otherwise the False return the email should contain @ before @ should be a phrase as a work name ...
Using JavaScript, send a request with the following specifications method = posturl = /test.php FNAME information =? Lname =? Age =? Get the information above through Prompt from the user
To DIV below what css slide to make the heart shape<div class="heart"></div>
Write a program that receives the radius of the circle and prints its area and environmental area = radius * Pi (3.14) circle environment = diameter (radius * 2) * Pi (3.14)
Write a program that receives 2 users and calculates the Fibonacci series (between those two) and prints in the output
Write a code that uploads a video with an address (test) on the page. There are video control buttons too
برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نام If you don’t understand the exercise or can’t solve it for any reason, that’s completely
normal—don’t worry 😊
Try checking out easier exercises and reviewing different answers
submitted by others. Gradually, you can move on to more challenging exercises. Also, your answer
might be correct even if it’s different from others.