Calculate the area of the rhombus
Write a program that receives a large and small rhombic diameter and calculates the rhombus area.
Ringe area = large diameter * small diameter ÷ 2
Write a program that receives a large and small rhombic diameter and calculates the rhombus area.
Ringe area = large diameter * small diameter ÷ 2
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
ghotrbb = int(input("enter your number:")) ghotrkk = int(input("enter your number:")) masahat = (ghotrbb * ghotrkk) / 2 print(f"masahat louzi:{masahat}")
gb=float(input("gb")) gk=float(input("gk")) mas=((gb*gk)/2) print(mas)
big_diagonal=int(input("big diagonal:")) small_diagonal=int(input("small diagonal:")) result=big_diagonal*small_diagonal result2=result/2 print(result2)
a=float(input("z.b: ")) b=float(input("z.k: ")) print(a*b/2)
n = float(input("y:"))m = float(input("x:"))x = m*n/2print(x)
const bigDiagonal = prompt("اندازه ی قطر بزرگ را وارد کنید:"); const smallDiagonal = prompt("اندازه ی قطر کوچک را وارد کنید:"); const finalNum = bigDiagonal * smallDiagonal / 2 ; console.log(`طبق اعداد وارد شده، مساحت لوزی شما برابر است با ${finalNum}`);
x = float(input())
y = float(input())
print((x * y) / 2)
Submitting answers is currently unavailable.
Write a program that receives a numeric as A from the input and prints all the first numbers smaller than A.
Write a function that receives two numbers with one operator (+ - / *) and performs the relevant calculation and returns the result example: CAL (2, '+', 6) #8 CAL (5, ' -', 1 ) #4 CAL (6, '/', 2) #3 CAL (8, '*', 2) #16
Build a table with HTML to show the following information: Name, Score, Hassan Hassani 17.25 Afforded Mohammadi Mohammed Hassani 13 Accept Mohammad Rezaei 9 Receives 19 Mardi Milad Mohammadi 12 ...
Write a program that prints each student's name according to the list below, and as much as his / her name, the star of his name prints the question. Try to use the nested rings Amir 5hooshang 7rez ...
Write a function that receives a numeric and if that number was the first number True and otherwise False returned
Write a program that obtained a person's / BMI body / BMI formula and, according to the information below, shows the status of the person BMI = w / h * h formula = weight divided by second power BMI ...
برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نام 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.