print("Program liczący pole trapezu:")print("a=13")a=13print("b=11")b=13print("h=13")h=13print("P=(a+b)*h/2")P=(a+b)*h/2print("Pole trapezu wynosi:", P)
Standard input is empty
Program liczący pole trapezu: a=13 b=11 h=13 P=(a+b)*h/2 Pole trapezu wynosi: 169.0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!