CodeSolved

A comprehensive source of programming questions and exercises

Square area

Practice Easy 53/ Download 3213 Views

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

36 Answers

This answer is only visible to premium members
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

This answer is only visible to premium members

Subscription is currently unavailable.
This answer is only visible to premium members
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

This answer is only visible to premium members

Subscription is currently unavailable.
This answer is only visible to premium members
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

This answer is only visible to premium members

Subscription is currently unavailable.
square = float(input("Square area :"))
s = square
print(s * s)
Sepehr Download Python
length = int(input("a: "))
width = int(input("b: "))
print(length*width)
Akams Download Python
m = int(input("age one sibe:"))
n = m**2
print(n)
Mojtaba Download Python
a=float(input("tol moraba : "))
print("mesahat : ", a*a)
Saeeda33 Download Python
<< Previous page 1 2 4 Next page >>

Submit answer

Submitting answers is currently unavailable.

Related content

Detection using AI
×
×
Close