var a = 7;var b = 4 a = 5 * b - 2 * a;b = a / 3*8 + 5 * b print(b);
1 2 10 42 11
36
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!