Square area
Write a program that receives the square side of the square from the input and accounts of its area
Square area = one side of self -crossing = a side of a power 2
Write a program that receives the square side of the square from the input and accounts of its area
Square area = one side of self -crossing = a side of a power 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
square = float(input("Square area :")) s = square print(s * s)
X=float(input("x: ")) print(X*X,"Square area")
length = int(input("a: ")) width = int(input("b: ")) print(length*width)
x=int(input("طول: ")) print(x**2)
m = int(input("age one sibe:")) n = m**2 print(n)
zele = float(input('zele:'))
print(zele * zele)
z=float(input("z:")) mas=z*z or mas=z**2 print(mas)
Submitting answers is currently unavailable.
Write a program that gets distance to meters and converts to kilometers and shows at the output tips: each km = 1000 m
Write a program that has a graphical environment and can perform the sum, subtraction, multiplication and division operations on the infinite number. (Exactly like a real calculator)
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 ...
To DIV below what css slide to make the heart shape<div class="heart"></div>
Write a class called Tarikh to receive a solar date in yyyy/mm/dd format and has methods to add and reduce (day, month and year) of date. Also have a method for printing the date on the output. ...
برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نام 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.