Calculate rectangular area
Write a program that receives a rectangular length and width from the input and prints its area in the output
Write a program that receives a rectangular length and width from the input and prints its area in the output
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
let tol = prompt('Tol : ') let arz = prompt('arz : ') const an = tol * arz alert(an)
X=float(input("x: ")) y=float(input("Y: ")) print(y*X)
t=int(input("TOL MOSTATIL :")) A=int(input("ARZE MOSTATIL :")) masahat = t*A print("MASAHATE MOSTATIL =" , masahat)
length = int(input("length :")) width = int(input ("width :")) print(length * width)
arz=float(input('arz:')) tool=float(input("tool:")) print(arz*tool)
arz = int(input("enter arz: ")) tol= int(input("enter tol: ")) masahat = (tol*arz) print ("masahat mesh",masahat)
tol = int(input("tol:"))
arz = int(input("arz:"))
s = tol * arz
print (s)
Submitting answers is currently unavailable.
Write a program that gets 3 numbers and prints the most in the output
Write a function that receives 2 numbers as parameter (A and B) and get A to power B and return
To DIV below what css slide to make the heart shape<div class="heart"></div>
Write a class that receives rectangular length, width and height and calculates its area and volume using different methods
Using HTML and CSS, insert an image with the following features on the page.
برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نام 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.