A Simple Calculator

This Scratch code shows a simple Calculator. It has five threads running. Each of the operator buttons are waiting to get clicked and will then send an answer to the answer variable box. I had to put in a wait command in order to get the answer box updated before the main thread with Scratch printed it out.









There are 4 sets of code like this, one for each operator.