You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given four numbers (ex. 2, 5, 6, 7) and a list of number from 0 to 100.
Use all and only the four number given (2, 5, 6, 7) to try to calculate all values in the list from 0 to 100.
This program tries to do exactly that.