a=34b=21c=45d=12print("a*b=",a*b)print("c/d=",a/b)print("a+c=",a+c)print("b+d=",b+d)print("c*d=",c*d)print("a/b=",a/b)print("c-a=",c-a)print("b-d=",b-d)
Standard input is empty
a*b= 714 c/d= 1.619047619047619 a+c= 79 b+d= 33 c*d= 540 a/b= 1.619047619047619 c-a= 11 b-d= 9
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!