base = 5altura = 3area = (base * altura) / 2print("El área es:", area)
Standard input is empty
El área es: 7.5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!