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
(morabba=int(input("Enter yor zer morabba:")
a=morabba**2
print(a)
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)
Submitting answers is currently unavailable.
Write a program that receives a number and prints the figure below according to the number, the Number Example: 3 #######Number Example: 5 #######################
Write a program that receives a number of input and the factoriel calculates and prints it
Write a program that translates the following words from Farsi to English and vice versa. The program must be implemented infinitely and it is possible to add new words easily words: Hello = hello goodbye = bye Kata ...
The program receives the amount of distance traveled to kilometers and the amount of fuel consumed in liter and prints according to the following instructions, whether the car is low or high. If the fuel consumption of this car is less than 7 liters ...
CSS Code Write to select all spans that are directly inside DIV and change the color of their text to red
Write a program where the user can enter the number of one -digit number and then all the numbers that can print the construction with the entered digits for example: Input: 1 input: 2 input: End 12 21 11 22
برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نام 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.