a=5b=6c=7print("a+b+c=",a+b+c)print("a*b=",a*b)print("a/b=",a/b)
a+b+c= 18 a*b= 30 a/b= 0.8333333333333334
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!