Calculate the square environment
Write a program that has received the size of a square side and according toSquare environment formula, Calculate the square environment and print in output
Square environment = a side * 1
Write a program that has received the size of a square side and according toSquare environment formula, Calculate the square environment and print in output
Square environment = a side * 1
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_side = int(input("Please enter the size of the side of the square: ")) mohite_morabba = square_side * 4 print("mohite morabba = ", square_side * 4)
a=input('add mored nazar khod ra vared konid?') mohit=(int(a)*4) print(mohit)
zel = int(input(' enter one zel : ')) print(zel * 4 , 'masahat moraba')
X=float(input("x: ")) print("P:",X*4)
a = float (input("Enter zala square:"))
result = (a*a)
print(result)
x = int(input('لطفا عدد مورد نظر خود را وارد کنید')) print(x * 4)
Name1 = int(input('ضلع')) print(Name1*Name1)
Submitting answers is currently unavailable.
Things need: The system administrator should be able to log in after entering the Admin username and password 12345 and add a new employee and define the username and password for each employee. The program must be informed ...
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 2 numbers from the input and prints the larger number
Write a function that receives the user's postcode as a parameter and checks whether the postcode is correct? Must be 15 digits?
Write a function that receives infinite parameter and returns the average of numbers. If the parameter was non -extensive, it ignores it
Write a class called Vehicle that has Model and Color features and has a method called get_info that returns all its features as a strang then write a class called Car from Vehicle ...
You must be logged in to access this section.
Login/Sign up 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.