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
arz = float(input("arz:")) tol = float(input("tol:")) aa = arz * tol print(aa)
length = float(input("لطفاً طول مستطیل را وارد کنید: ")) width = float(input("لطفاً عرض مستطیل را وارد کنید: ")) # Calculate area area = length * width # Print area print("مساحت مستطیل برابر است با:", area)
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)
Submitting answers is currently unavailable.
To DIV below what css slide to make the heart shape<div class="heart"></div>
Write a function that receives a number and specifies or not to be paired by returning TRUE or FALSE
Write a program that receives a solar date from the input (in the format of yyyy/mm/dd). Then convert the date to AD and print in the output
Parking Management Program Write: When arriving, arrival time and car license plate number stored when exit, exit time save for the desired car at any moment (in the parking lot, exit) and other information ...
CSS Code Write to select the DIV below and change the color of the texts inside to green<div id="mybox">code-bezan.ir</div>
برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نام 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.