I’ve created the activity that I linked. In each of the circles, I want the students to enter a number: 1,2,3,4,5 in such a way that the vertical sum equals the horizontal sum.
For example;
5 1 2
4
3
5+1+2=8, 1+4+3=8
Is there coding in CL that would allow the students to enter these values to the screen,
sum them, and return a string saying the total was equal?Magic Box Sum