122k views
8 votes
Algoritmo que permita calcular el área de un cuadrado

User Paul Way
by
6.3k points

1 Answer

11 votes

Answer:

espero que esto ayude

Explanation:

length = int (input ("Ingresa una longitud"))

width = int (input ("Ingresa un ancho"))

área = largo * ancho

imprimir ("El área es" + área)

User MicMit
by
7.3k points